scan, split, OCR, prepare for LLM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718
  1. # Core
  2. typer>=0.15
  3. opencv-python-headless>=4.11,<5.0
  4. numpy>=1.24,<2.4
  5. PyYAML>=6.0
  6. Pillow>=11.0
  7. requests>=2.32
  8. beautifulsoup4>=4.12
  9. # OCR engines
  10. paddlex[ocr]>=3.7,<3.8
  11. paddlepaddle==3.2.2
  12. paddleocr>=3.7
  13. surya-ocr>=0.12
  14. # Dev
  15. pytest>=8.0
  16. ruff>=0.9