Skip to content

Commit

Permalink
added dependencies for ocrmypdf
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Mar 21, 2024
1 parent e4b0961 commit 293d2b1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docker/wildfly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,26 @@ RUN yum -y install mysql

RUN localedef -i en_US -f UTF-8 en_US.UTF-8

RUN yum -y install ghostscript \
icc-profiles-free \
libxml2 \
pngquant \
python3-pip \
liblept5 \
libsm6 libxext6 libxrender-dev \
zlib1g \
pngquant \
python3 \
qpdf \
unpaper \
tesseract-ocr \
tesseract-ocr-deu \
tesseract-ocr-eng \
tesseract-ocr-fra \
tesseract-ocr-por \
tesseract-ocr-spa \
inotify-tools

# ugly as hell
# ADD sleep.sh /tmp/sleep.sh
# RUN chmod +x /tmp/sleep.sh
Expand Down

0 comments on commit 293d2b1

Please sign in to comment.