| # 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 |
| # 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 |