Skip to content
Snippets Groups Projects
Commit e7991a64 authored by Dominik Schachten's avatar Dominik Schachten
Browse files

Update Dockerfile

parent 06c3f03d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,7 +2,7 @@ FROM debian:buster-slim
RUN export LC_ALL=C.UTF-8
RUN export LANG=C.UTF-8
RUN apt-get -yq update && apt-get -yq install pngquant unpaper python3 python3-pip exempi qpdf ghostscript git autotools-dev automake libtool libleptonica-dev zlibc zlib1g zlib1g-dev wget scantailor python3-pil python3-pil.imagetk libjpeg-dev zlib1g-dev
RUN apt-get -yq update && apt-get -yq install pngquant unpaper python3 python3-pip exempi qpdf ghostscript git autotools-dev automake libtool libleptonica-dev zlibc zlib1g zlib1g-dev wget scantailor python3-pil python3-pil.imagetk libjpeg-dev zlib1g-dev python3-pikepdf
RUN apt-get -yq install tesseract-ocr tesseract-ocr-deu
RUN pip3 install ocrmypdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment