🔧 ocrd-tool.json: Update description, steps and categories

Fixes #31.
This commit is contained in:
Mike Gerber 2020-05-29 17:30:53 +02:00 committed by GitHub
parent 4b566830a9
commit 3593506e72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,9 @@
"tools": { "tools": {
"ocrd-sbb-textline-detector": { "ocrd-sbb-textline-detector": {
"executable": "ocrd-sbb-textline-detector", "executable": "ocrd-sbb-textline-detector",
"categories": ["Image preprocessing", "Layout analysis", "Text recognition and optimization"], "categories": ["Layout analysis"],
"description": "Detect lines", "description": "Printspace, region and textline detection",
"steps": ["layout/segmentation/line"], "steps": ["layout/segmentation/region", "layout/segmentation/line"],
"input_file_grp": [ "input_file_grp": [
"OCR-D-IMG" "OCR-D-IMG"
], ],