Skip to content

Commit

Permalink
Also use stable Tesseract 5 for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Nov 1, 2024
1 parent b2669c7 commit 116e269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FROM base

RUN apt-get update && apt-get install -y software-properties-common

RUN add-apt-repository -y ppa:alex-p/tesseract-ocr-devel
RUN add-apt-repository -y ppa:alex-p/tesseract-ocr5.3

RUN apt-get update && apt-get install -y --no-install-recommends \
ghostscript \
Expand Down

0 comments on commit 116e269

Please sign in to comment.