diff --git a/ocrd_calamari/ocrd-tool.json b/ocrd_calamari/ocrd-tool.json index 408abf1..449c372 100644 --- a/ocrd_calamari/ocrd-tool.json +++ b/ocrd_calamari/ocrd-tool.json @@ -19,11 +19,7 @@ ], "parameters": { "XXX checkpoint": {"type": "string", "format": "file", "cacheable": true}, - "processes": {"type": "number", "default": 1}, - "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" + "voter": {"type": "string", "default": "confidence_voter_default_ctc"} } } }