Update Dockerfile

This commit is contained in:
Ludy87 2025-06-19 21:49:18 +02:00
parent e23552e770
commit a56885f8e8
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) # OCR MY PDF (unpaper for descew and other advanced features)
tesseract-ocr-data-eng \ tesseract-ocr-data-eng \
tesseract-ocr-data-chi_sim \ tesseract-ocr-data-chi_sim \
tesseract-ocr-data-deu \ tesseract-ocr-data-deu \
tesseract-ocr-data-fra \ tesseract-ocr-data-fra \
tesseract-ocr-data-por \ tesseract-ocr-data-por \
# CV # CV
py3-opencv \ py3-opencv \
python3 \ python3 \