📝 ocrd-tool.json: Add parameter descriptions

fix/readme-no-checkpoint v0.0.2
Gerber, Mike 5 years ago
parent 69498766b0
commit c4d52ee55b

@ -18,8 +18,14 @@
"OCR-D-OCR-CALAMARI" "OCR-D-OCR-CALAMARI"
], ],
"parameters": { "parameters": {
"checkpoint": {"type": "string", "format": "file", "cacheable": true}, "checkpoint": {
"voter": {"type": "string", "default": "confidence_voter_default_ctc"} "description": "The calamari model files (*.ckpt.json)",
"type": "string", "format": "file", "cacheable": true
},
"voter": {
"description": "The voting algorithm to use",
"type": "string", "default": "confidence_voter_default_ctc"
}
} }
} }
} }

Loading…
Cancel
Save