1
0
Fork 0
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:
Gerber, Mike 2020-02-05 13:02:10 +01:00
parent 0f0bae18ba
commit ef3fb44fb5
4 changed files with 73 additions and 37 deletions

View file

@ -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"
}
}
}