Releases: Unstructured-IO/unstructured
Releases · Unstructured-IO/unstructured
0.22.31
What's Changed
- fix: rename
isolate_tableschunking option toisolate_tableby @badGarnet in #4355
Full Changelog: 0.22.30...0.22.31
0.22.30
What's Changed
- feat: add option for table chunking by @badGarnet in #4354
Full Changelog: 0.22.29...0.22.30
0.22.29
What's Changed
- fix: handle text too long for spacy issue by @badGarnet in #4353
Full Changelog: 0.22.28...0.22.29
0.22.28
What's Changed
- fix: chunking dropping table content by @badGarnet in #4352
Full Changelog: 0.22.27...0.22.28
0.22.27
What's Changed
- fix: ndjson file type detection by @badGarnet in #4349
Full Changelog: 0.22.26...0.22.27
0.22.6
What's Changed
- Reject oversized PDF renders before bitmap allocation by @CyMule in #4345
- feat(cli): add unstructured doctor diagnostics command by @claytonlin1110 in #4342
- feat: Track the table extraction method by @vladimir-kivi-ds in #4346
Full Changelog: 0.22.23...0.22.26
0.22.23
What's Changed
- fix: first table chunk preserve col/row span by @badGarnet in #4343
Full Changelog: 0.22.22...0.22.23
0.22.22
Security
- Replace PyPI opencv wheels with ffmpeg-free builds in Docker image: After
uv sync, the Dockerfile now substitutes all PyPI opencv-python variants with a source-builtopencv-contrib-python-headlesswheel compiled withWITH_FFMPEG=OFF, eliminating 14 bundled ffmpeg CVEs. The contrib-headless variant is a strict superset of the cv2 API (core + contrib modules, no GUI) so a single wheel replacesopencv-python,opencv-python-headless, andopencv-contrib-python.
0.22.21
What's Changed
- feat: add option to skip table chunking by @badGarnet in #4338
Full Changelog: 0.22.20...0.22.21
0.22.20
What's Changed
- Fix fixtures update CI to regenerate markdown by @vladimir-kivi-ds in #4332
- fix(deps): upgrade vulnerable transitive dependencies [security] by @utic-github-cicd-token-generator[bot] in #4334
- feat: add GHA workflow to build opencv wheels without ffmpeg by @lawrence-u10d in #4335
- Enable vertical text detection for rotated images by @vladimir-kivi-ds in #4328
New Contributors
- @utic-github-cicd-token-generator[bot] made their first contribution in #4334
Full Changelog: 0.22.18...0.22.20