From dbd045054287d3103c77b23836f269aab3feca5d Mon Sep 17 00:00:00 2001 From: deeplow Date: Mon, 13 Feb 2023 14:25:39 +0000 Subject: [PATCH] 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. --- container/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/container/Dockerfile b/container/Dockerfile index bb6581c..a2fe612 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -8,6 +8,7 @@ RUN apk -U upgrade && \ libreoffice \ openjdk8 \ poppler-utils \ + poppler-data \ python3 \ py3-magic \ tesseract-ocr \