1
0
Fork 0
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:
Gerber, Mike 2019-08-08 16:48:13 +02:00
parent c9b52b5c7c
commit 8cfb075a6d

View file

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