Merge pull request #28 from sulzbals/ocrd-compliance

ocrd-tool.json: Make description OCR-D compliant
pull/34/head
Clemens Neudecker 4 years ago committed by GitHub
commit d36b01591d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,10 @@
{
"version": "0.0.1",
"git_url": "https://github.com/qurator-spk/sbb_textline_detection",
"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"],
"input_file_grp": [
@ -12,7 +14,12 @@
"OCR-D-SBB-SEG-LINE"
],
"parameters": {
"model": {"type": "string", "format": "file", "cacheable": true}
"model": {
"type": "string",
"format": "file",
"cacheable": true,
"description": "Path to directory containing models to be used (See https://qurator-data.de/sbb_textline_detector/)"
}
}
}
}

Loading…
Cancel
Save