mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-10 04:10:02 +02:00
📝 sbb_textline_detector: Break long line for ocrd_sbb_textline_detector example
This commit is contained in:
parent
b15fed32ff
commit
eb4c8ee99c
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue