Releases: Unstructured-IO/unstructured-inference
Releases · Unstructured-IO/unstructured-inference
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
cid
related code that was originally added to filter out invalidpdfminer
text - 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
ElementType
s to extend future element types recognition - feat: allow registering of new models for inference using
unstructured_inference.models.base.register_new_model
function
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-detectron2
from theMakefile
- fix: convert label_map keys read from os.environment
UNSTRUCTURED_DEFAULT_MODEL_INITIALIZE_PARAMS_JSON_PATH
to int type - feat: removes supergradients references
0.7.24
What's Changed
- Fix: text_as_html attribute appearing in every element metadata by @mpolomdeepsense in #319
Full Changelog: 0.7.23...0.7.24