mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-13 22:00:05 +02:00
📝 README.md: Rephrase/correct OCR-D usage info
See #32: "respects" is probably an ambiguous or even incorrect term. Also rephrase "it's a good idea" to "it's OK to do".
This commit is contained in:
parent
d36b01591d
commit
4b566830a9
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ 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
|
||||
`AlternativeImage`s from binarization steps, so it's a good idea to do
|
||||
Segmentation works on raw RGB images, but retains
|
||||
`AlternativeImage`s from binarization steps, so it's OK 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue