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

27 lines
689 B
JSON

6 years ago
{
"git_url": "https://github.com/kba/ocrd_calamari",
6 years ago
"version": "0.0.1",
"tools": {
"ocrd-calamari-recognize": {
"executable": "ocrd-calamari-recognize",
6 years ago
"categories": [
"Text recognition and optimization"
],
"steps": [
"recognition/text-recognition"
],
"description": "Recognize lines with Calamari",
"input_file_grp": [
"OCR-D-SEG-LINE"
],
"output_file_grp": [
"OCR-D-OCR-CALAMARI"
],
6 years ago
"parameters": {
"checkpoint": {"type": "string", "format": "file", "cacheable": true},
"voter": {"type": "string", "default": "confidence_voter_default_ctc"}
6 years ago
}
}
}
}