Releases: Unstructured-IO/unstructured-inference
Releases · Unstructured-IO/unstructured-inference
0.5.15
22 Aug 17:32
Compare
Sorry, something went wrong.
No results found
Handle an uncaught TesseractError
0.5.14
18 Aug 20:33
Compare
Sorry, something went wrong.
No results found
0.5.14
Add TIFF test file and TIFF filetype to test_from_image_file in test_layout
0.5.13
17 Aug 04:08
Compare
Sorry, something went wrong.
No results found
0.5.13
Fix extracted image elements being included in layout merge
0.5.12
16 Aug 21:14
Compare
Sorry, something went wrong.
No results found
0.5.12
Fix a pdfminer error when using process_data_with_model
0.5.11
16 Aug 07:09
Compare
Sorry, something went wrong.
No results found
0.5.11
Add warning when chipper is used with < 300 DPI
Use None default for dpi so defaults can be properly handled upstream
0.5.10
11 Aug 08:18
Compare
Sorry, something went wrong.
No results found
0.5.9
10 Aug 00:09
Compare
Sorry, something went wrong.
No results found
0.5.9
Handle exceptions from Tesseract
0.5.8
09 Aug 19:42
Compare
Sorry, something went wrong.
No results found
0.5.8
Add alternative architecture for detectron2 (but default is unchanged)
Updates:
Library
From
To
transformers
4.29.2
4.30.2
opencv-python
4.7.0.72
4.8.0.74
ipython
8.12.2
8.14.0
Cache named models that have been loaded
0.5.7
25 Jul 18:21
Compare
Sorry, something went wrong.
No results found
hotfix to handle issue storing images in a new dir when the pdf has no file extension
0.5.6
24 Jul 19:10
Compare
Sorry, something went wrong.
No results found
Update the annotate and _get_image_array methods of PageLayout to get the image from the image_path property if the image property is None.
Add functionality to store pdf images for later use.
Add image_metadata property to PageLayout & set page.image to None to reduce memory usage.
Update DocumentLayout.from_file to open only one image.
Update load_pdf to return either Image objects or Image paths.
Warns users that Chipper is a beta model.
Exposed control over dpi when converting PDF to an image.
Updated detectron2 version to avoid errors related to deprecated PIL reference