requirements.txt 541 B

12345678910111213141516171819202122232425
  1. # Python 依赖包列表
  2. # 使用方式: python -m pip install -r requirements.txt
  3. # 注意: 需要先调用 site.main() 确保 site-packages 被加载(便携版 Python)
  4. # 图像处理核心库
  5. opencv-python==4.13.0.90
  6. opencv-contrib-python==4.13.0.90
  7. opencv-python-headless==4.13.0.90
  8. numpy==2.4.1
  9. # OCR 相关
  10. onnxocr==2025.5
  11. onnxruntime==1.23.2
  12. shapely==2.1.2
  13. pyclipper==1.4.0
  14. # 依赖库
  15. coloredlogs==15.0.1
  16. flatbuffers==25.12.19
  17. humanfriendly==10.0
  18. mpmath==1.3.0
  19. packaging==26.0
  20. protobuf==6.33.4
  21. pyreadline3==3.5.4
  22. sympy==1.14.0