File size: 285 Bytes
8d66792 b76793f | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # 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 |