1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_textline_detection.git synced 2025-07-27 11:19:57 +02:00

🧹 sbb_textline_detector: Do not create empty/space-only TextEquivs (again)

This commit is contained in:
Gerber, Mike 2019-11-19 10:59:41 +01:00
parent 2d6dd92b31
commit fbd21cdb81

View file

@ -1364,12 +1364,6 @@ class textlineerkenner:
coord = ET.SubElement(textline, 'Coords') coord = ET.SubElement(textline, 'Coords')
texteq=ET.SubElement(textline, 'TextEquiv')
uni=ET.SubElement(texteq, 'Unicode')
uni.text = ' '
#points = ET.SubElement(coord, 'Points') #points = ET.SubElement(coord, 'Points')
points_co='' points_co=''