mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 17:39:54 +02:00
🐛 Use my version of ocrd_models until fix is merged
This commit is contained in:
parent
51a2ccc224
commit
964aef1393
2 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,8 @@ RUN apt-get update && \
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
COPY requirements.txt /tmp
|
COPY requirements.txt /tmp
|
||||||
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
|
RUN pip3 install --no-cache-dir ocrd-utils && \
|
||||||
|
pip3 install --no-cache-dir -r /tmp/requirements.txt
|
||||||
|
|
||||||
COPY my_ocrd_workflow /usr/bin
|
COPY my_ocrd_workflow /usr/bin
|
||||||
COPY xsd /usr/bin/xsd
|
COPY xsd /usr/bin/xsd
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
|
# XXX use official release when https://github.com/OCR-D/core/pull/250 is merged:
|
||||||
|
git+https://github.com/mikegerber/core.git@f385c5fc428fd27a48910ddf047241df19c6b378#subdirectory=ocrd_models&egg=ocrd-models
|
||||||
|
|
||||||
git+https://github.com/seuretm/ocrd_typegroups_classifier.git
|
git+https://github.com/seuretm/ocrd_typegroups_classifier.git
|
||||||
|
|
||||||
ocrd_kraken
|
ocrd_kraken
|
||||||
tesserocr == 2.3.1 # 2.4.0 fails with Ubuntu 18.04's tesseract
|
tesserocr == 2.3.1 # 2.4.0 fails with Ubuntu 18.04's tesseract
|
||||||
ocrd_tesserocr
|
ocrd_tesserocr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue