Skip to content

v3.13.2

Choose a tag to compare

@Goldziher Goldziher released this 04 Sep 14:36

Fixed

  • Docker CLI extraction commands - Fixed CLI extract command signature to properly accept file arguments
  • Module imports - Added numpy as core dependency to resolve import issues in Docker containers
  • Type annotations - Added proper type hints for CLI function parameters

Docker Images

This release fixes the Docker image functionality that was broken in v3.13.0 and v3.13.1:

  • ✅ CLI extract commands now work properly in containers
  • ✅ All file extraction functionality restored (PDF, DOCX, TXT, OCR)
  • ✅ API health and extraction endpoints working
  • ✅ Full test suite passing for both base and core images

Changes

  • Fix CLI extract command signature to accept Click arguments properly
  • Add numpy>=1.24.0 as core dependency (was causing module import failures)
  • Add proper type annotations with positional-only context parameter
  • Resolve Docker E2E test failures from previous releases