mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
⬆️ Update ocrd_tesserocr
This commit is contained in:
parent
43cc303100
commit
23f6aedb34
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ FROM my_ocrd_workflow-core
|
|||
|
||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||
ARG TESSDATA_BEST_VERSION="4.0.0"
|
||||
ARG OCRD_TESSEROCR_VERSION="0.11.0"
|
||||
ENV TESSDATA_PREFIX /usr/local/share/tessdata
|
||||
|
||||
|
||||
|
@ -24,7 +25,7 @@ RUN curl -sSL -O https://ub-backup.bib.uni-mannheim.de/~stweil/ocrd-train/data/F
|
|||
|
||||
# Build pip installable stuff
|
||||
RUN ${PIP_INSTALL} \
|
||||
'ocrd_tesserocr == 0.11.0'
|
||||
"ocrd_tesserocr == ${OCRD_TESSEROCR_VERSION}"
|
||||
|
||||
|
||||
# Check pip dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue