From 4b566830a97940cdd6f527248010193b3fc1cf11 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 29 May 2020 17:08:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README.md:=20Rephrase/correct=20?= =?UTF-8?q?OCR-D=20usage=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See #32: "respects" is probably an ambiguous or even incorrect term. Also rephrase "it's a good idea" to "it's OK to do". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.