Releases: Unstructured-IO/unstructured-inference
Releases · Unstructured-IO/unstructured-inference
0.7.34
- Reduce excessive logging
0.7.33
0.7.33
- BREAKING CHANGE: removes legacy detectron2 model
- deps: remove layoutparser optional dependencies
0.7.32
0.7.32
- refactor: remove all code related to filling inferred elements text from embedded text (pdfminer).
- bug: set the Chipper max_length variable
0.7.31
- refactor: remove all
cidrelated code that was originally added to filter out invalidpdfminertext - enhancement: Wrapped hf_hub_download with a function that checks for local file before checking HF
0.7.30
What's Changed
- Fix cells with duplicated indexes by @plutasnyy in #341
Full Changelog: 0.7.29...0.7.30
0.7.29
0.7.28
0.7.27
0.7.26
- feat: add a set of new
ElementTypes to extend future element types recognition - feat: allow registering of new models for inference using
unstructured_inference.models.base.register_new_modelfunction
0.7.25
- fix: replace
Rectangle.is_in()withRectangle.is_almost_subregion_of()when filling in an inferred element with embedded text - bug: check for None in Chipper bounding box reduction
- chore: removes
install-detectron2from theMakefile - fix: convert label_map keys read from os.environment
UNSTRUCTURED_DEFAULT_MODEL_INITIALIZE_PARAMS_JSON_PATHto int type - feat: removes supergradients references