1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-10 04:09:53 +02:00

📝 Document make targets

This commit is contained in:
Gerber, Mike 2020-02-06 13:53:55 +01:00
parent a2d1d76dbd
commit 303172b279

View file

@ -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