1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-10 04:09:53 +02:00

🧹 Clean up trailing whitespace

This commit is contained in:
Gerber, Mike 2019-12-19 16:30:11 +01:00
parent 95281f3d29
commit 49b6dfe735

View file

@ -85,7 +85,7 @@ class CalamariRecognize(Processor):
if line.get_TextEquiv():
log.warning("Line '%s' already contained text results", line.id)
line.set_TextEquiv([TextEquivType(Unicode=line_text, conf=line_conf)])
if line.get_Word():
log.warning("Line '%s' already contained word segmentation", line.id)
line.set_Word([])