From 303172b279374f12a48999aa2fa63db7901d0909 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 6 Feb 2020 13:53:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Document=20make=20targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6752fa..e65df22 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ help: @echo "" @echo " install Install ocrd_calamari" @echo " gt4histocr-calamari Get GT4HistOCR Calamari model (from SBB)" + @echo " actevedef_718448162 Download example data" @echo " deps-test Install testing python deps via pip" @echo " repo/assets Clone OCR-D/assets to ./repo/assets" @echo " test/assets Setup test assets" @@ -32,6 +33,7 @@ install: $(PIP_INSTALL) . +# Get GT4HistOCR Calamari model (from SBB) gt4histocr-calamari: mkdir gt4histocr-calamari cd gt4histocr-calamari && \ @@ -39,7 +41,7 @@ gt4histocr-calamari: tar xfv model.tar.xz && \ rm model.tar.xz -# Example data +# Download example data actevedef_718448162: wget https://qurator-data.de/examples/actevedef_718448162.zip && \ unzip actevedef_718448162.zip