From 3593506e727ce9fd247331cba8dbc87765b55fa9 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 29 May 2020 17:30:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20ocrd-tool.json:=20Update=20descr?= =?UTF-8?q?iption,=20steps=20and=20categories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #31. --- qurator/sbb_textline_detector/ocrd-tool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qurator/sbb_textline_detector/ocrd-tool.json b/qurator/sbb_textline_detector/ocrd-tool.json index a99df46..b23e0fc 100644 --- a/qurator/sbb_textline_detector/ocrd-tool.json +++ b/qurator/sbb_textline_detector/ocrd-tool.json @@ -4,9 +4,9 @@ "tools": { "ocrd-sbb-textline-detector": { "executable": "ocrd-sbb-textline-detector", - "categories": ["Image preprocessing", "Layout analysis", "Text recognition and optimization"], - "description": "Detect lines", - "steps": ["layout/segmentation/line"], + "categories": ["Layout analysis"], + "description": "Printspace, region and textline detection", + "steps": ["layout/segmentation/region", "layout/segmentation/line"], "input_file_grp": [ "OCR-D-IMG" ],