mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-07-09 18:29:51 +02:00
.
This commit is contained in:
parent
039d5b7f08
commit
2ebf3c0e00
5 changed files with 78 additions and 0 deletions
25
ocrd_calamari/ocrd-tool.json
Normal file
25
ocrd_calamari/ocrd-tool.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue