15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
# Core
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
python-multipart==0.0.6
|
|
|
|
# OCR - Tesseract only (EasyOCR optional)
|
|
pytesseract==0.3.10
|
|
Pillow==10.1.0
|
|
numpy==1.24.3
|
|
|
|
# Optional: EasyOCR (uncomment for full support, requires GPU)
|
|
# easyocr==1.7.1
|
|
# torch==2.1.0
|
|
# torchvision==0.16.0
|