Releases: Unstructured-IO/unstructured-inference
Releases · Unstructured-IO/unstructured-inference
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
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
0.7.21
0.7.20
0.7.19
0.7.19
- refactor: remove all OCR related code
0.7.18
0.7.17
0.7.16
- bug: Allow supplied ONNX models to use label_map dictionary from json file
0.7.15
- enhancement: Enable env variables for model definition
0.7.14
- enhancement: Remove Super-Gradients Dependency and Allow General Onnx Models Instead