✒ README: Wrap long line

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

Fixes gh-81.
test-python-3.11
Mike Gerber 7 months ago
parent c25c8d0a4f
commit 0f92b524da

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

Loading…
Cancel
Save