Initial commit: OCR receipt extractor

This commit is contained in:
root
2026-04-02 11:41:05 +02:00
commit 73b53d66b1
5 changed files with 280 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
pytesseract==0.3.13
Pillow==11.1.0
flask==3.1.0
gunicorn==23.0.0