mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-10 04:09:53 +02:00
ocrd-tool.json: add model content-type, remove glob variant
This commit is contained in:
parent
76b34c50cb
commit
11615be6b2
1 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue