Update Dockerfile

This commit is contained in:
Ludy87 2025-06-19 21:50:03 +02:00
parent a56885f8e8
commit eba313afa3
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -62,9 +62,9 @@ RUN echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/a
# OCR MY PDF (unpaper for descew and other advanced features)
tesseract-ocr-data-eng \
tesseract-ocr-data-chi_sim \
tesseract-ocr-data-deu \
tesseract-ocr-data-fra \
tesseract-ocr-data-por \
tesseract-ocr-data-deu \
tesseract-ocr-data-fra \
tesseract-ocr-data-por \
# CV
py3-opencv \
python3 \