From 5a3ffeeb630db01f11f34d889a405bcb5d56ffe8 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 3 Dec 2019 16:29:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20checking=20out=20calamari?= =?UTF-8?q?=5Fmodels?= 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 707e8c1..9fabd2e 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ calamari: calamari_models: $(GIT_CLONE) -n https://github.com/chwick/calamari_models # Checkout latest version that works with calamari-ocr==0.3.5: - git checkout f76b1d3ec + cd calamari_models && git checkout f76b1d3ec # pip install calamari