mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 13: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.
|
# Install Leptonica and Tesseract.
|
||||||
RUN add-apt-repository ppa:alex-p/tesseract-ocr && \
|
# TODO: Review if alex-p's repo is still necessary on jammy (jammy has 4.1.1,
|
||||||
apt-get update && \
|
# 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 \
|
apt-get install -y \
|
||||||
tesseract-ocr \
|
tesseract-ocr \
|
||||||
libtesseract-dev \
|
libtesseract-dev \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue