mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 03:40:18 +02:00
🧹 sbb_textline_detector: Do not create empty/space-only TextEquivs (again)
This commit is contained in:
parent
2d6dd92b31
commit
fbd21cdb81
1 changed files with 0 additions and 6 deletions
|
@ -1364,12 +1364,6 @@ class textlineerkenner:
|
|||
|
||||
|
||||
coord = ET.SubElement(textline, 'Coords')
|
||||
|
||||
texteq=ET.SubElement(textline, 'TextEquiv')
|
||||
|
||||
uni=ET.SubElement(texteq, 'Unicode')
|
||||
uni.text = ' '
|
||||
|
||||
#points = ET.SubElement(coord, 'Points')
|
||||
|
||||
points_co=''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue