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

✒ README: Wrap long line

Wrap the long example call so it will show fully on PyPI.

Fixes gh-81.
This commit is contained in:
Mike Gerber 2023-10-16 12:10:36 +02:00
parent c25c8d0a4f
commit 0f92b524da

View file

@ -66,7 +66,9 @@ ocrd-tesserocr-segment-line -I OCR-D-SEG-REGION -O OCR-D-SEG-LINE
Finally recognize the text using ocrd_calamari and the downloaded model:
```
ocrd-calamari-recognize -P checkpoint_dir "../gt4histocr-calamari1" -I OCR-D-SEG-LINE -O OCR-D-OCR-CALAMARI
ocrd-calamari-recognize \
-P checkpoint_dir "../gt4histocr-calamari1" \
-I OCR-D-SEG-LINE -O OCR-D-OCR-CALAMARI
```