From be7b101f39dff67f20bbee97046eabc54b83d336 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Fri, 6 Dec 2019 20:06:43 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf1fd89..46a8295 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +replace the original raw RGB image.