From 2199bf0d8c3787733e3f18ebca3de2e7b4db8f53 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 11 Oct 2019 14:37:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20sbb=5Ftextline=5Fdetector:=20Rem?= =?UTF-8?q?ove=20extra=20.xml=20suffix=20from=20METS=20file=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/sbb_textline_detector/ocrd_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qurator/sbb_textline_detector/ocrd_cli.py b/qurator/sbb_textline_detector/ocrd_cli.py index 8df0baf..029c185 100644 --- a/qurator/sbb_textline_detector/ocrd_cli.py +++ b/qurator/sbb_textline_detector/ocrd_cli.py @@ -50,7 +50,7 @@ class OcrdSbbTextlineDetectorRecognize(Processor): x.run() self.workspace.add_file( - ID=file_id + '.xml', + ID=file_id, file_grp=self.output_file_grp, pageId=page_id, mimetype='application/vnd.prima.page+xml',