mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 03:40:18 +02: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.set('imageFilename', self.f_name + '.tif')
|
||||
page.set('imageFilename', self.image_dir)
|
||||
page.set('imageHeight', str(self.height_org))
|
||||
page.set('imageWidth', str(self.width_org))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue