From a0b73dfbaa13dcc7f2e48ed30699e542b7d8baf4 Mon Sep 17 00:00:00 2001 From: Richard Matthews Date: Mon, 22 Jul 2024 14:00:56 +1200 Subject: [PATCH] Add missing language libraries for Tesseract --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17245642..161ceba1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app ARG BUILD_PACKAGES="build-base curl-dev git" # AWS CLI is used to run the S3 extraction -ARG DEV_PACKAGES="bash mysql-client mariadb-dev yaml-dev zlib-dev nodejs yarn libxml2 libxml2-dev libxslt libxslt-dev gmp-dev openjdk8-jre python3 py3-pip aws-cli tesseract-ocr ocrmypdf" +ARG DEV_PACKAGES="bash mysql-client mariadb-dev yaml-dev zlib-dev nodejs yarn libxml2 libxml2-dev libxslt libxslt-dev gmp-dev openjdk8-jre python3 py3-pip aws-cli tesseract-ocr tesseract-ocr-data-eng ocrmypdf" ARG RUBY_PACKAGES="tzdata" WORKDIR /app