fresh-catch-parser / scripts /requirements-document-parser.txt
stubdude's picture
Add document parser Docker service
fbba60e
raw
history blame contribute delete
254 Bytes
# Optional local parser for invoice/receipt import (see scripts/parse_vendor_document.py).
# Requires Tesseract OCR installed on the host (macOS: brew install tesseract).
torch>=2.0
transformers>=4.36,<5
pillow>=10.0
pytesseract>=0.3.10
accelerate>=0.26