Merge branch 'feature/tess5'

This commit is contained in:
James R. Barlow
2022-09-20 22:33:07 -07:00

View File

@@ -50,6 +50,11 @@ RUN pip3 install --no-cache-dir .[test,webservice,watcher]
FROM base
# For Tesseract 5
RUN apt-get update && apt-get install -y --no-install-recommends \
software-properties-common
RUN add-apt-repository -y ppa:alex-p/tesseract-ocr-devel
RUN apt-get update && apt-get install -y --no-install-recommends \
ghostscript \
img2pdf \