| # Requirements for the Tesseract OCR FastAPI application | |
| fastapi>=0.100 | |
| uvicorn[standard]>=0.30 | |
| python-multipart>=0.0.12 | |
| python-dotenv>=1.0 | |
| aiohttp==3.11.13 | |
| requests==2.32.3 | |
| pypdf==5.1.0 | |
| pytesseract==0.3.13 | |
| opencv-python-headless==4.12.0.88 | |
| numpy<2.3.0 | |
| pdf2image==1.17.0 | |
| Pillow==11.2.1 |