forked from qurator-spk/sbb_textline_detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocrd-tool.json
27 lines (27 loc) · 821 Bytes
/
ocrd-tool.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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": ["Layout analysis"],
"description": "Printspace, region and textline detection",
"steps": ["layout/segmentation/region", "layout/segmentation/line"],
"input_file_grp": [
"OCR-D-IMG"
],
"output_file_grp": [
"OCR-D-SBB-SEG-LINE"
],
"parameters": {
"model": {
"type": "string",
"format": "uri",
"content-type": "text/directory",
"cacheable": true,
"description": "Path to directory containing models to be used (See https://qurator-data.de/sbb_textline_detector/)"
}
}
}
}
}