mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 03:40:18 +02:00
ocrd-tool.json: Make description OCR-D compliant
This commit is contained in:
parent
f94944ee80
commit
ead1eae114
1 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue