mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-08 19:29:53 +02:00
💩 Workaround issue #91 (call fix-calamari1-model when running make test)
This commit is contained in:
parent
5379ce3648
commit
2a8dafc778
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -36,8 +36,11 @@ install:
|
||||||
|
|
||||||
|
|
||||||
# Get GT4HistOCR Calamari model (from SBB)
|
# Get GT4HistOCR Calamari model (from SBB)
|
||||||
|
|
||||||
$(MODEL):
|
$(MODEL):
|
||||||
ocrd resmgr download ocrd-calamari-recognize $@
|
ocrd resmgr download ocrd-calamari-recognize $@
|
||||||
|
# Workaround, see #91 https://github.com/OCR-D/ocrd_calamari/issues/91
|
||||||
|
fix-calamari1-model ~/.local/share/ocrd-resources/ocrd-calamari-recognize/$@
|
||||||
|
|
||||||
# Download example data (not used currently)
|
# Download example data (not used currently)
|
||||||
actevedef_718448162:
|
actevedef_718448162:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue