Initial import

This commit is contained in:
root
2025-12-28 16:48:23 +00:00
commit 377ff3a613
4 changed files with 308 additions and 0 deletions

22
requirements.txt Normal file
View File

@@ -0,0 +1,22 @@
fastapi
uvicorn[standard]
python-multipart
pytesseract
Pillow
opencv-python-headless==4.9.0.80
python-doctr[torch]==0.8.1
torch==2.2.0
torchvision==0.17.0
camelot-py[cv]
spacy
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.6.0/en_core_web_sm-3.6.0-py3-none-any.whl
# Added for PDF text + OCR fallback
PyPDF2
pdf2image
pypdf