Skip to content

Commit

Permalink
Add missing language libraries for Tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmatthewsdev committed Jul 22, 2024
1 parent e9a2e4d commit a0b73df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0b73df

Please sign in to comment.