1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-07-25 18:09:54 +02:00

🐛 Fix checking out calamari_models

This commit is contained in:
Gerber, Mike 2019-12-03 16:29:18 +01:00
parent d8212ced93
commit 5a3ffeeb63

View file

@ -44,7 +44,7 @@ calamari:
calamari_models: calamari_models:
$(GIT_CLONE) -n https://github.com/chwick/calamari_models $(GIT_CLONE) -n https://github.com/chwick/calamari_models
# Checkout latest version that works with calamari-ocr==0.3.5: # Checkout latest version that works with calamari-ocr==0.3.5:
git checkout f76b1d3ec cd calamari_models && git checkout f76b1d3ec
# pip install calamari # pip install calamari