Skip to content

Releases: Unstructured-IO/unstructured-inference

0.8.6

22 Jan 18:07
85bcdc1
Compare
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
Compare
Choose a tag to compare

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

0.8.4

21 Jan 00:36
4d0c20a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.8.4

0.8.3

20 Jan 13:34
ab25fb9
Compare
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

0.8.2

15 Jan 14:29
6895ddb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

25 Oct 18:53
4309e9e
Compare
Choose a tag to compare

0.8.1

  • fix: fix list index out of range error caused by calling LayoutElements.from_list() with empty list

0.8.0

18 Oct 21:27
7b43309
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.41...0.8.0

0.7.41: fix: fix bugs in layoutelements (#393)

16 Oct 18:47
c53866b
Compare
Choose a tag to compare
This PR fixes two bugs:

- fix a type casting issue when subtracting a int array with a float.
This popped up when testing with `unstructured`, and some sources of
element coordinates are of `int` type. This PR adds a new unit test case
for `int` coord type with the grouping function
- fix element class id 0 becomes None bug: this happens when dumping
`LayoutElements` as a list of `LayoutElement`. When an element class id
is 0 the logic on main would treat it as no existing and use `None` as
the type.

0.7.40

11 Oct 21:47
Compare
Choose a tag to compare

Full Changelog: 0.7.39...0.7.40

0.7.39

10 Oct 16:49
e411862
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.38...0.7.39