|
4 | 4 | "tools": {
|
5 | 5 | "ocrd-kraken-binarize": {
|
6 | 6 | "executable": "ocrd-kraken-binarize",
|
7 |
| - "input_file_grp": ["OCR-D-IMG", "OCR-D-PRE-CROP", "OCR-D-SEG-REGION", "OCR-D-SEG-LINE"], |
8 |
| - "output_file_grp": ["OCR-D-PRE-BIN"], |
| 7 | + "input_file_grp_cardinality": 1, |
| 8 | + "output_file_grp_cardinality": 1, |
9 | 9 | "categories": [
|
10 | 10 | "Image preprocessing"
|
11 | 11 | ],
|
|
24 | 24 | },
|
25 | 25 | "ocrd-kraken-segment": {
|
26 | 26 | "executable": "ocrd-kraken-segment",
|
27 |
| - "input_file_grp": ["OCR-D-IMG", "OCR-D-PRE-CROP", "OCR-D-PRE-BIN"], |
28 |
| - "output_file_grp": ["OCR-D-SEG-REGION", "OCR-D-SEG-LINE"], |
| 27 | + "input_file_grp_cardinality": 1, |
| 28 | + "output_file_grp_cardinality": 1, |
29 | 29 | "categories": [
|
30 | 30 | "Layout analysis"
|
31 | 31 | ],
|
|
128 | 128 | },
|
129 | 129 | "ocrd-kraken-recognize": {
|
130 | 130 | "executable": "ocrd-kraken-recognize",
|
131 |
| - "input_file_grp": ["OCR-D-SEG-LINE"], |
132 |
| - "output_file_grp": ["OCR-D-OCR-KRAK"], |
| 131 | + "input_file_grp_cardinality": 1, |
| 132 | + "output_file_grp_cardinality": 1, |
133 | 133 | "categories": ["Text recognition and optimization"],
|
134 | 134 | "steps": ["recognition/text-recognition"],
|
135 | 135 | "description": "Text recognition with Kraken",
|
|
0 commit comments