You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocrd_calamari/ocrd_calamari/ocrd-tool.json

26 lines
827 B
JSON

{
"git_url": "https://github.com/OCR-D/ocrd_calamari",
"version": "0.0.1",
"tools": {
"ocrd-calamari-ocr": {
"executable": "ocrd-calamari-ocr",
"categories": [
"Text recognition and optimization"
],
"steps": [
"recognition/text-recognition"
],
"description": "Recognize lines with kraken",
"parameters": {
"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"},
"extended_prediction_data_format": {"type": "string", "default": "json"},
"XXX output_dir": "TODO",
"XXX extended_prediction_data": "TODO"
}
}
}
}