📝 sbb_textline_detector: Break long line for ocrd_sbb_textline_detector example

pull/8/head
Gerber, Mike 5 years ago
parent b15fed32ff
commit eb4c8ee99c

@ -21,7 +21,8 @@ sbb_textline_detector -i 'image file name' -o 'directory to write output xml' -m
## Usage with OCR-D
~~~
ocrd-example-binarize -I OCR-D-IMG -O OCR-D-IMG-BIN
ocrd_sbb_textline_detector -I OCR-D-IMG-BIN -O OCR-D-SEG-LINE-SBB -p '{ "model": "/path/to/the/models/textline_detection" }'
ocrd_sbb_textline_detector -I OCR-D-IMG-BIN -O OCR-D-SEG-LINE-SBB \
-p '{ "model": "/path/to/the/models/textline_detection" }'
~~~
Segmentation works on raw RGB images, but respects and retains

Loading…
Cancel
Save