Add poppler-data package due to missing fonts

Some documents were reporting the following error when running them
over pdftoppm:

    Syntax Error: Missing language pack for 'Adobe-Japan1' mapping

This did not necessarily make the document fail but it could be
that some fonts were not properly rendered due to the missing package.
This commit is contained in:
deeplow 2023-02-13 14:25:39 +00:00
parent 9bf65bc829
commit dbd0450542
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -8,6 +8,7 @@ RUN apk -U upgrade && \
libreoffice \ libreoffice \
openjdk8 \ openjdk8 \
poppler-utils \ poppler-utils \
poppler-data \
python3 \ python3 \
py3-magic \ py3-magic \
tesseract-ocr \ tesseract-ocr \