Releases: Unstructured-IO/unstructured-inference
Releases · Unstructured-IO/unstructured-inference
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
0.8.3
0.8.2
0.8.1
0.8.0
0.7.41: fix: fix bugs in layoutelements (#393)
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
Full Changelog: 0.7.39...0.7.40
0.7.39
What's Changed
- update version for release by @badGarnet in #389
- use field to set default empty array by @badGarnet in #390
Full Changelog: 0.7.38...0.7.39