Skip to content

Releases: Unstructured-IO/unstructured-inference

1.1.1

05 Nov 18:45
9d3d695

Choose a tag to compare

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 TextSource to track where the text of an element came from
  • Enhancement: Refactor __post_init__ of TextRegions and LayoutElement slightly 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_html for an 8% speedup in some cases (codeflash)
  • Enhancement: Optimized outputs_to_objects for 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 DetrImageProcessor with env variables

1.0.4

  • feat: use singleton instead of global to store shared variables

1.0.3

  • setting longest_edge=1333 to the table image processor

1.0.2

19 May 15:46
0aa5f44

Choose a tag to compare

What's Changed

Full Changelog: 0.8.10...1.0.2

0.8.10

18 Mar 16:43
6f57f8f

Choose a tag to compare

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

05 Mar 22:17
5ea3895

Choose a tag to compare

What's Changed

Full Changelog: 0.8.8...0.8.9

0.8.8

05 Mar 22:06
5d6e50b

Choose a tag to compare

What's Changed

Full Changelog: 0.8.7...0.8.8

0.8.7

03 Feb 17:42
cd9ea8b

Choose a tag to compare

What's Changed

  • feat: add password param for protected pdfs by @pprados in #392

Full Changelog: 0.8.6...0.8.7

0.8.6

22 Jan 18:07
85bcdc1

Choose a tag to compare

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

21 Jan 22:56
655ea34

Choose a tag to compare

remove pdfplumber but include pdfminer-six==20240706 to update pdfminer

0.8.4

21 Jan 00:36
4d0c20a

Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.8.4

0.8.3

20 Jan 13:34
ab25fb9

Choose a tag to compare

  • fix: drop layoutparser model support
  • fix: removed layoutelement.from_lp_textblock() and related tests as it's not supported
  • fix: update requirements to drop layoutparser lib