mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 14:19:57 +02:00
🐛 Downgrade ocrd_tesserocr to 0.9.2 to work around OCR-D/ocrd_tesserocr#160
This commit is contained in:
parent
c1163405c4
commit
984114533b
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ COPY data/tesseract-models/GT4HistOCR/GT4HistOCR_2000000.traineddata $TESSDATA_P
|
||||||
|
|
||||||
# Build pip installable stuff
|
# Build pip installable stuff
|
||||||
RUN ${PIP_INSTALL} \
|
RUN ${PIP_INSTALL} \
|
||||||
# Now the real stuff:
|
'ocrd_tesserocr == 0.9.2' # XXX https://github.com/OCR-D/ocrd_tesserocr/issues/160
|
||||||
'ocrd_tesserocr >= 0.9.5'
|
|
||||||
|
|
||||||
|
|
||||||
# Check pip dependencies
|
# Check pip dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue