From 9b2c415125f1db210b820e4b482daccd8b969568 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 15 Oct 2019 18:08:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20sbb=5Ftextline=5Fdetector:=20Use?= =?UTF-8?q?=20the=20correct=20image=20filename=20in=20the=20output=20PAGE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/sbb_textline_detector/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qurator/sbb_textline_detector/main.py b/qurator/sbb_textline_detector/main.py index 1e58586..9c1ba35 100644 --- a/qurator/sbb_textline_detector/main.py +++ b/qurator/sbb_textline_detector/main.py @@ -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")