|
|
|
@ -20,11 +20,11 @@
|
|
|
|
|
"parameters": {
|
|
|
|
|
"checkpoint_dir": {
|
|
|
|
|
"description": "The directory containing calamari model files (*.ckpt.json). Uses all checkpoints in that directory",
|
|
|
|
|
"type": "string", "format": "file", "cacheable": true, "default": "qurator-gt4histocr-1.0"
|
|
|
|
|
},
|
|
|
|
|
"checkpoint": {
|
|
|
|
|
"description": "The calamari model files (*.ckpt.json)",
|
|
|
|
|
"type": "string", "format": "file", "cacheable": true
|
|
|
|
|
"type": "string",
|
|
|
|
|
"format": "uri",
|
|
|
|
|
"content-type": "text/directory",
|
|
|
|
|
"cacheable": true,
|
|
|
|
|
"default": "qurator-gt4histocr-1.0"
|
|
|
|
|
},
|
|
|
|
|
"voter": {
|
|
|
|
|
"description": "The voting algorithm to use",
|
|
|
|
|