report-detect/requirements-offline.txt

38 lines
628 B
Plaintext
Raw Permalink Normal View History

2026-03-16 11:57:07 +08:00
# Offline Python Requirements - Fixed Versions for Reproducibility
# Generated: 2026-03-04
# Target: Linux x86_64, Python 3.10
2026-03-16 11:57:07 +08:00
# Core OCR Dependencies
paddleocr==2.7.5
paddlepaddle==2.6.2
opencv-python==4.6.0.66
2026-03-16 11:57:07 +08:00
pymupdf==1.23.0
pikepdf==8.0.0
# Flask API Server
flask==3.0.0
werkzeug==3.0.0
gunicorn==21.2.0
# HTTP Client
requests==2.31.0
urllib3==2.0.7
# Text Processing
python-Levenshtein==0.23.0
# Numerical Computing
numpy==1.24.0
scipy==1.11.0
# Image Processing
Pillow==10.0.0
# Cryptography (for PDF signature verification)
cryptography==41.0.0
# Additional Utilities
chardet==5.2.0
idna==3.4
certifi==2023.11.17