0.8.0
版本发布时间: 2023-07-07 23:41:22
Unstructured-IO/unstructured最新发布版本:0.15.12(2024-09-13 22:39:58)
Enhancements
- Allow model used for hi res pdf partition strategy to be chosen when called.
- Updated inference package
Features
- Add metadata_filename parameter across all partition functions
Fixes
-
Adjust encoding recognition threshold value in
detect_file_encoding
-
Fix KeyError when
isd_to_elements
doesn't find a type -
Fix _output_filename for local connector, allowing single files to be written correctly to the disk
-
Fix for cases where an invalid encoding is extracted from an email header.
BREAKING CHANGES
- Information about an element's location is no longer returned as top-level attributes of an element. Instead, it is returned in the
coordinates
attribute of the element's metadata.