Fix tesseract 3.04 on tesseract 4 on image

[skip ci]
This commit is contained in:
James R. Barlow
2017-02-10 08:38:22 -08:00
parent 74c99a8a77
commit f06d3c2ec2

View File

@@ -11,6 +11,8 @@ RUN add-apt-repository ppa:alex-p/tesseract-ocr
RUN apt-get update && apt-get install -y --no-install-recommends \
tesseract-ocr-all
RUN apt-get upgrade tesseract-ocr
RUN apt-get autoremove -y && apt-get clean -y
USER docker