Add GT4HistOCR model download for Calamari 1.x

This commit is contained in:
Gerber, Mike 2020-11-19 17:27:31 +01:00
parent db1de930a3
commit a3ae0a325d
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ COPY data/tesseract-models/GT4HistOCR/GT4HistOCR_2000000.traineddata $TESSDATA_P
# Build pip installable stuff
RUN ${PIP_INSTALL} \
# Now the real stuff:
'ocrd_tesserocr >= 0.9.0'
'ocrd_tesserocr >= 0.9.5'
# Check pip dependencies