# Core
typer>=0.15
opencv-python-headless>=4.11
numpy>=1.24,<2.4
PyYAML>=6.0
Pillow>=11.0
requests>=2.32
beautifulsoup4>=4.12

# OCR engines
paddlex>=3.2,<3.4
paddlepaddle==3.2.2
surya-ocr>=0.12

# LLM corrector (--fix-by-llm)
llama-cpp-python>=0.3

# Dev
pytest>=8.0
ruff>=0.9
