mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-07-09 18:29:51 +02:00
✨ Allow controlling of output hierarchy level, e.g. only line, not words+glyphs
This commit is contained in:
parent
0f0bae18ba
commit
ef3fb44fb5
4 changed files with 73 additions and 37 deletions
|
@ -25,6 +25,12 @@
|
|||
"voter": {
|
||||
"description": "The voting algorithm to use",
|
||||
"type": "string", "default": "confidence_voter_default_ctc"
|
||||
},
|
||||
"textequiv_level": {
|
||||
"type": "string",
|
||||
"enum": ["line", "word", "glyph"],
|
||||
"default": "line",
|
||||
"description": "Deepest PAGE XML hierarchy level to include TextEquiv results for"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue