mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-10 20:29:59 +02:00
Update README.md
This commit is contained in:
parent
cf36092dc9
commit
be7b101f39
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Textline-Recognition
|
||||
# Textline Detection
|
||||
|
||||
## Introduction
|
||||
This tool performs textline detection from document image data and returns the results as PAGE-XML.
|
||||
|
@ -19,7 +19,7 @@ https://file.spk-berlin.de:8443/textline_detection/
|
|||
|
||||
~~~
|
||||
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 \
|
||||
ocrd-sbb-textline-detector -I OCR-D-IMG-BIN -O OCR-D-SEG-LINE-SBB \
|
||||
-p '{ "model": "/path/to/the/models/textline_detection" }'
|
||||
~~~
|
||||
|
||||
|
@ -27,4 +27,4 @@ Segmentation works on raw RGB images, but respects and retains
|
|||
`AlternativeImage`s from binarization steps, so it's a good idea to do
|
||||
binarization first, then perform the textline detection. The used binarization
|
||||
processor must produce an `AlternativeImage` for the binarized image, not
|
||||
replace the original raw RGB image.
|
||||
replace the original raw RGB image.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue