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:
parent
69498766b0
commit
c4d52ee55b
1 changed files with 8 additions and 2 deletions
|
@ -18,8 +18,14 @@
|
|||
"OCR-D-OCR-CALAMARI"
|
||||
],
|
||||
"parameters": {
|
||||
"checkpoint": {"type": "string", "format": "file", "cacheable": true},
|
||||
"voter": {"type": "string", "default": "confidence_voter_default_ctc"}
|
||||
"checkpoint": {
|
||||
"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…
Add table
Add a link
Reference in a new issue