Add common OCR fallback for image-only bank statements

This commit is contained in:
A R R R Associates
2026-07-21 14:46:09 +05:30
parent 321f49db52
commit dba7424dbd
3 changed files with 174 additions and 18 deletions
+2
View File
@@ -9,6 +9,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
libpq-dev \
curl \
poppler-utils \
tesseract-ocr \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .