requirements.txt 439 B

1234567891011121314
  1. boto3>=1.28.43
  2. Brotli>=1.1.0
  3. click>=8.1.7
  4. fast-langdetect>=0.2.3,<0.3.0
  5. loguru>=0.6.0
  6. numpy>=1.21.6
  7. pydantic>=2.7.2,<2.11
  8. PyMuPDF>=1.24.9,<1.25.0
  9. scikit-learn>=1.0.2
  10. torch>=2.2.2,!=2.5.0,!=2.5.1,<=2.6.0
  11. torchvision
  12. transformers>=4.49.0,<5.0.0
  13. pdfminer.six==20231228
  14. # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator.