File size: 254 Bytes
fbba60e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# 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