mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-10-30 00:44:17 +01:00
🐛 sbb_textline_detector: Use the correct image filename in the output PAGE
This commit is contained in:
parent
1c7d45d3d0
commit
b4bef6460c
1 changed files with 1 additions and 1 deletions
|
|
@ -1213,7 +1213,7 @@ class textlineerkenner:
|
||||||
|
|
||||||
page = ET.SubElement(data, 'Page')
|
page = ET.SubElement(data, 'Page')
|
||||||
|
|
||||||
page.set('imageFilename', self.f_name + '.tif')
|
page.set('imageFilename', self.image_dir)
|
||||||
page.set('imageHeight', str(self.height_org))
|
page.set('imageHeight', str(self.height_org))
|
||||||
page.set('imageWidth', str(self.width_org))
|
page.set('imageWidth', str(self.width_org))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue