| 12345678910111213141516171819202122232425 |
- # Python 依赖包列表
- # 使用方式: python -m pip install -r requirements.txt
- # 注意: 需要先调用 site.main() 确保 site-packages 被加载(便携版 Python)
- # 图像处理核心库
- opencv-python==4.13.0.90
- opencv-contrib-python==4.13.0.90
- opencv-python-headless==4.13.0.90
- numpy==2.4.1
- # OCR 相关
- onnxocr==2025.5
- onnxruntime==1.23.2
- shapely==2.1.2
- pyclipper==1.4.0
- # 依赖库
- coloredlogs==15.0.1
- flatbuffers==25.12.19
- humanfriendly==10.0
- mpmath==1.3.0
- packaging==26.0
- protobuf==6.33.4
- pyreadline3==3.5.4
- sympy==1.14.0
|