1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 03:39:55 +02:00

📝 README: Use gt4histocr-calamari from the Makefile in the example

See #33.
This commit is contained in:
Gerber, Mike 2020-02-05 16:18:23 +01:00
parent b802b4deaf
commit 3e426b2a0a

View file

@ -54,7 +54,7 @@ ocrd-calamari-recognize -p test-parameters.json -m mets.xml -I OCR-D-SEG-LINE -O
With `test-parameters.json`: With `test-parameters.json`:
~~~ ~~~
{ {
"checkpoint": "/path/to/some/trained/models/*.ckpt.json", "checkpoint": "/path/to/for/example/gt4histocr-calamari/*.ckpt.json",
"textequiv_level": "line" "textequiv_level": "line"
} }
~~~ ~~~