Releases: Unstructured-IO/unstructured-inference
Releases · Unstructured-IO/unstructured-inference
0.7.35
0.7.35
- Fix syntax for generated HTML tables
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