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:
parent
e39a2bce01
commit
b802b4deaf
3 changed files with 18 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue