1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-08 19:29:53 +02:00

🚧 Remove output_dir parameter as we are not outputting to text files

This commit is contained in:
Gerber, Mike 2019-08-08 14:12:10 +02:00
parent 319ce3a467
commit 2561b67891

View file

@ -23,7 +23,6 @@
"batch_size": {"type": "number", "default": 1}, "batch_size": {"type": "number", "default": 1},
"voter": {"type": "string", "default": "confidence_voter_default_ctc"}, "voter": {"type": "string", "default": "confidence_voter_default_ctc"},
"XXXX extended_prediction_data_format": {"type": "string", "default": "json"}, "XXXX extended_prediction_data_format": {"type": "string", "default": "json"},
"XXX output_dir": "TODO",
"XXX extended_prediction_data": "TODO" "XXX extended_prediction_data": "TODO"
} }
} }