mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-07-10 02:29:54 +02:00
🚧 Process lines
This commit is contained in:
parent
2ebf3c0e00
commit
dbe43e2316
6 changed files with 108 additions and 24 deletions
|
@ -10,13 +10,19 @@
|
|||
"steps": [
|
||||
"recognition/text-recognition"
|
||||
],
|
||||
"description": "Recognize lines with kraken",
|
||||
"description": "Recognize lines with Calamari",
|
||||
"input_file_grp": [
|
||||
"OCR-D-SEG-LINE"
|
||||
],
|
||||
"output_file_grp": [
|
||||
"OCR-D-OCR-CALAMARI"
|
||||
],
|
||||
"parameters": {
|
||||
"checkpoint": {"type": "string", "format": "file", "cacheable": true},
|
||||
"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"},
|
||||
"extended_prediction_data_format": {"type": "string", "default": "json"},
|
||||
"XXX voter": {"type": "string", "default": "confidence_voter_default_ctc"},
|
||||
"XXXX extended_prediction_data_format": {"type": "string", "default": "json"},
|
||||
"XXX output_dir": "TODO",
|
||||
"XXX extended_prediction_data": "TODO"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue