mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 11:49:53 +02:00
🧹 Add whitespace
This commit is contained in:
parent
f75426060e
commit
2650189910
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ class CalamariRecognize(Processor):
|
||||||
if char.char:
|
if char.char:
|
||||||
glyph.add_TextEquiv(TextEquivType(Unicode=char.char, index=index, conf=char.probability))
|
glyph.add_TextEquiv(TextEquivType(Unicode=char.char, index=index, conf=char.probability))
|
||||||
# XXX Note that omission probabilities are not normalized?!
|
# XXX Note that omission probabilities are not normalized?!
|
||||||
|
|
||||||
word.add_Glyph(glyph)
|
word.add_Glyph(glyph)
|
||||||
|
|
||||||
line.add_Word(word)
|
line.add_Word(word)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue