0.14.8
版本发布时间: 2024-06-24 21:54:40
Unstructured-IO/unstructured最新发布版本:0.15.12(2024-09-13 22:39:58)
0.14.8
Enhancements
-
Move arm64 image to wolfi-base The
arm64
image now runs onwolfi-base
. Thearm64
build forwolfi-base
does not yet includelibreoffce
, and soarm64
does not currently support processing.doc
,.ppt
, or.xls
file. If you need to process those files onarm64
, use the legacyrockylinux
image.
Features
Fixes
-
Bump unstructured-inference==0.7.36 Fix
ValueError
when converting cells to html. -
partition()
now forwardsstrategy
arg topartition_docx()
,partition_ppt()
, andpartition_pptx()
. Astrategy
argument passed topartition()
(or the default value "auto" assigned bypartition()
) is now forwarded topartition_docx()
,partition_ppt()
, andpartition_pptx()
when those filetypes are detected. -
Fix missing sensitive field markers for embedders