From 7584d0135ce6f3988909244a1a6f49fbadf314ad Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 21 Jul 2020 18:52:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20model=20download?= =?UTF-8?q?=20for=20Calamari=201.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e65df22..61ca7f3 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ install: gt4histocr-calamari: mkdir gt4histocr-calamari cd gt4histocr-calamari && \ - wget https://qurator-data.de/calamari-models/GT4HistOCR/model.tar.xz && \ + wget https://qurator-data.de/calamari-models/GT4HistOCR/2019-12-11T11_10+0100/model.tar.xz && \ tar xfv model.tar.xz && \ rm model.tar.xz