Skip to content

Commit

Permalink
Docker img update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jan 23, 2025
1 parent 7e97b1e commit 7ad3ccd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ RUN apt-get install -y libimage-exiftool-perl libtcnative-1 && \
apt-get install -y --fix-missing imagemagick libcairo2-dev tesseract-ocr tesseract-ocr-all libtesseract5 libtesseract-dev libleptonica-dev liblept5

# tessaract language packages
RUN apt-get install -y --fix-missing tesseract-ocr-eng tesseract-ocr-osd tesseract-ocr-lat
RUN apt-get install -y --fix-missing tesseract-ocr-eng tesseract-ocr-osd tesseract-ocr-lat && \
apt-get install -y --fix-missing tesseract-ocr-eng tesseract-ocr-enm tesseract-ocr-ita tesseract-ocr-osd tesseract-ocr-script-latn && \
apt-get install -y --fix-missing tesseract-ocr-fra tesseract-ocr-frk tesseract-ocr-deu tesseract-ocr-ces tesseract-ocr-dan tesseract-ocr-nld tesseract-ocr-nor && \
apt-get install -y --fix-missing tesseract-ocr-spa tesseract-ocr-swe tesseract-ocr-slk tesseract-ocr-ron tesseract-ocr-script-grek

# Pillow package requirements
RUN apt-get install -y python3-tk tcl8.6-dev tk8.6-dev libopenjp2-7-dev libharfbuzz-dev libfribidi-dev libxcb1-dev libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev
Expand Down

0 comments on commit 7ad3ccd

Please sign in to comment.