ocr-api / requirements.txt
Sugamdeol's picture
Update requirements.txt
1f9899f verified
raw
history blame contribute delete
215 Bytes
# requirements.txt
# Core FastAPI and helpers
fastapi
Pillow
python-multipart
# OCR and PDF libraries
pytesseract
pdf2image
# Server libraries required by the Hugging Face platform to run the app
gunicorn
uvicorn