Skip to content

Commit

Permalink
🐛 ocrd_tesserocr: Use Ubuntu's own tesseract, not alex-p's
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Aug 8, 2023
1 parent b8f3371 commit 5fd172e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile-ocrd_tesserocr
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ ENV TESSDATA_PREFIX /usr/local/share/tessdata


# Install Leptonica and Tesseract.
RUN add-apt-repository ppa:alex-p/tesseract-ocr && \
apt-get update && \
# TODO: Review if alex-p's repo is still necessary on jammy (jammy has 4.1.1,
# alex-p has 4.1.3, but not for jammy.)
# RUN add-apt-repository ppa:alex-p/tesseract-ocr && \
RUN apt-get update && \
apt-get install -y \
tesseract-ocr \
libtesseract-dev \
Expand Down

0 comments on commit 5fd172e

Please sign in to comment.