requirements.txt 510 B

1234567891011121314151617181920212223242526272829303132
  1. # MinerU Tianshu Requirements
  2. # 天枢项目依赖
  3. # Core MinerU
  4. mineru[core]>=2.5.0
  5. # Image Augmentation (Version Pinned for Compatibility)
  6. albumentations>=1.4.4,<2.0.0
  7. albucore>=0.0.13,<0.0.20
  8. # Web Framework
  9. fastapi>=0.115.0
  10. uvicorn[standard]>=0.32.0
  11. # LitServe for GPU Load Balancing
  12. litserve>=0.2.0
  13. # Async HTTP Client
  14. aiohttp>=3.11.0
  15. # Logging
  16. loguru>=0.7.0
  17. # Office Document Parsing
  18. markitdown[all]>=0.1.3
  19. # MinIO Object Storage
  20. minio>=7.2.0
  21. # Optional: For better performance
  22. # ujson>=5.10.0