mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 03:39:55 +02:00
🚧 Remove unused parameters
This commit is contained in:
parent
c9b52b5c7c
commit
8cfb075a6d
1 changed files with 1 additions and 5 deletions
|
@ -19,11 +19,7 @@
|
||||||
],
|
],
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"XXX checkpoint": {"type": "string", "format": "file", "cacheable": true},
|
"XXX checkpoint": {"type": "string", "format": "file", "cacheable": true},
|
||||||
"processes": {"type": "number", "default": 1},
|
"voter": {"type": "string", "default": "confidence_voter_default_ctc"}
|
||||||
"batch_size": {"type": "number", "default": 1},
|
|
||||||
"voter": {"type": "string", "default": "confidence_voter_default_ctc"},
|
|
||||||
"XXXX extended_prediction_data_format": {"type": "string", "default": "json"},
|
|
||||||
"XXX extended_prediction_data": "TODO"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue