mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🐛 ocrd_tesserocr: Use Ubuntu's own tesseract, not alex-p's
This commit is contained in:
parent
b8f33714a7
commit
5fd172e8c9
1 changed files with 4 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue