Skip to content

Releases: Unstructured-IO/unstructured

0.22.29

18 May 14:06
bfd78b2

Choose a tag to compare

What's Changed

Full Changelog: 0.22.28...0.22.29

0.22.28

13 May 01:41
238657f

Choose a tag to compare

What's Changed

Full Changelog: 0.22.27...0.22.28

0.22.27

05 May 17:55
8daa154

Choose a tag to compare

What's Changed

Full Changelog: 0.22.26...0.22.27

0.22.6

29 Apr 13:59
199f255

Choose a tag to compare

What's Changed

Full Changelog: 0.22.23...0.22.26

0.22.23

24 Apr 18:42
879e126

Choose a tag to compare

What's Changed

Full Changelog: 0.22.22...0.22.23

0.22.22

20 Apr 18:53
ed76bfe

Choose a tag to compare

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-built opencv-contrib-python-headless wheel compiled with WITH_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 replaces opencv-python, opencv-python-headless, and opencv-contrib-python.

0.22.21

14 Apr 14:40
3ac4443

Choose a tag to compare

What's Changed

Full Changelog: 0.22.20...0.22.21

0.22.20

14 Apr 01:24
dfb1653

Choose a tag to compare

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

OpenCV Wheels 4.12.0.88 (no ffmpeg)

13 Apr 22:56
d0aa8eb

Choose a tag to compare

OpenCV Python contrib-headless wheels built from source with WITH_FFMPEG=OFF.

These wheels eliminate bundled ffmpeg CVEs present in the stock PyPI wheels.
Built against cgr.dev/chainguard/wolfi-base:latest with Python 3.12.

The contrib-headless variant provides the full cv2 API (core + contrib
modules, no GUI), so a single wheel can satisfy opencv-python,
opencv-python-headless, opencv-contrib-python, and
opencv-contrib-python-headless in downstream Dockerfiles.

Source version: opencv-contrib-python-headless==4.12.0.88
Build flags: CMAKE_ARGS='-DWITH_FFMPEG=OFF' ENABLE_CONTRIB=1 ENABLE_HEADLESS=1

0.22.18

08 Apr 14:02
d299095

Choose a tag to compare

What's Changed

  • fix(chunking): preserve semantic headers in carried table chunks by @cragwolfe in #4313
  • feat: add page number support to v1 html partition by @badGarnet in #4327

Full Changelog: 0.22.16...0.22.18