Skip to content

Commit

Permalink
Fix tesseract 3.04 on tesseract 4 on image
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
James R. Barlow committed Feb 10, 2017
1 parent 74c99a8 commit f06d3c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.tess4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f06d3c2

Please sign in to comment.