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
1702472401
commit
9b2c415125
1 changed files with 1 additions and 1 deletions
|
@ -1339,7 +1339,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) )
|
||||
page.set('type',"content")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue