0.22.22
📦 unstructuredView on GitHub →
✨ 1 features🔧 4 symbols
Summary
This release enhances security in the Docker image by replacing standard OpenCV wheels with a custom-built, ffmpeg-free variant, eliminating known CVEs.
Migration Steps
- The Dockerfile now uses a single wheel (`opencv-contrib-python-headless`) which is a superset of the cv2 API, replacing previous explicit dependencies on `opencv-python`, `opencv-python-headless`, and `opencv-contrib-python`.
✨ New Features
- Docker image now uses a source-built opencv-contrib-python-headless wheel compiled with WITH_FFMPEG=OFF to eliminate bundled ffmpeg CVEs.