Releases: Unstructured-IO/unstructured-inference
Releases · Unstructured-IO/unstructured-inference
1.1.1
1.1.1
- Add NotImplementedError when trying to single index a TextRegions, reflecting the fact that it won't behave correctly at the moment.
1.1.0
- Enhancement: Add
TextSourceto track where the text of an element came from - Enhancement: Refactor
__post_init__ofTextRegionsandLayoutElementslightly to automate initialization
1.0.10
- Remove merging logic that's no longer used
1.0.9
- Make OD model loading thread safe
1.0.8
- Enhancement: Optimized
zoom_image(codeflash) - Enhancement: Optimized
cells_to_htmlfor an 8% speedup in some cases (codeflash) - Enhancement: Optimized
outputs_to_objectsfor an 88% speedup in some cases (codeflash)
1.0.7
- Fix a hardcoded file extension causing confusion in the logs
1.0.6
- Add slicing through indexing for vectorized elements
1.0.5
- feat: add thread lock to prevent racing condition when instantiating singletons
- feat: parametrize edge config for
DetrImageProcessorwith env variables
1.0.4
- feat: use singleton instead of
globalto store shared variables
1.0.3
- setting longest_edge=1333 to the table image processor
1.0.2
What's Changed
- BREAKING stop supporting python 3.8
- fix default region in ci by @badGarnet in #419
- Feat/remove donut by @ajjimeno in #425
- Support python version 3.10+ by @ajjimeno in #426
- Move model to device using from_pretrained by @ajjimeno in #423
- Adding preprocessor parameters by @ajjimeno in #427
Full Changelog: 0.8.10...1.0.2
0.8.10
What's Changed
- unpin numpy and raise min for onnx higher to be compatible by @badGarnet in #416
Full Changelog: 0.8.9...0.8.10
0.8.9
What's Changed
- feat: make PageLayout.elements a cached property by @badGarnet in #414
- Jj/pdf miner dep by @Coniferish in #412
- unpin pdfminer-six by @badGarnet in #415
Full Changelog: 0.8.8...0.8.9
0.8.8
0.8.7
What's Changed
Full Changelog: 0.8.6...0.8.7
0.8.6
What's Changed
- feat: add back source attribute for backward compatibility by @badGarnet in #407
Full Changelog: 0.8.5...0.8.6
0.8.5
0.8.4
What's Changed
- Feat/add more attributes to layoutelements by @badGarnet in #404
Full Changelog: 0.8.3...0.8.4