1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-07-09 18:29:51 +02:00

Allow configuring a cut off confidence value for glyph alternatives

This commit is contained in:
Gerber, Mike 2020-02-05 13:07:56 +01:00
parent e39a2bce01
commit b802b4deaf
3 changed files with 18 additions and 5 deletions

View file

@ -31,6 +31,12 @@
"enum": ["line", "word", "glyph"],
"default": "line",
"description": "Deepest PAGE XML hierarchy level to include TextEquiv results for"
},
"glyph_conf_cutoff": {
"type": "number",
"format": "float",
"default": 0.001,
"description": "Only include glyph alternatives with confidences above this threshold"
}
}
}