1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

📝 ocrd-tool.json: Add parameter descriptions

This commit is contained in:
Gerber, Mike 2019-11-06 18:47:36 +01:00
parent 69498766b0
commit c4d52ee55b

View file

@ -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"
}
} }
} }
} }