From 3e426b2a0a5366fac20e9b857af1c657e2773b98 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 5 Feb 2020 16:18:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Use=20gt4histocr-calam?= =?UTF-8?q?ari=20from=20the=20Makefile=20in=20the=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See #33. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ebbf4f..f766c14 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ ocrd-calamari-recognize -p test-parameters.json -m mets.xml -I OCR-D-SEG-LINE -O With `test-parameters.json`: ~~~ { - "checkpoint": "/path/to/some/trained/models/*.ckpt.json", + "checkpoint": "/path/to/for/example/gt4histocr-calamari/*.ckpt.json", "textequiv_level": "line" } ~~~