diff --git a/qurator/sbb_textline_detector/main.py b/qurator/sbb_textline_detector/main.py index 6f30785..8003646 100644 --- a/qurator/sbb_textline_detector/main.py +++ b/qurator/sbb_textline_detector/main.py @@ -1391,16 +1391,9 @@ class textlineerkenner: points_co=points_co+' ' #print(points_co) coord.set('points',points_co) - - texteqreg=ET.SubElement(textregion, 'TextEquiv') - - unireg=ET.SubElement(texteqreg, 'Unicode') - unireg.text = ' ' - - tree = ET.ElementTree(data) tree.write(os.path.join(self.dir_out, self.f_name) + ".xml")