diff --git a/README.md b/README.md index 0d385bc..c6bd51b 100644 --- a/README.md +++ b/README.md @@ -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.