From af5cbe9052e20673d1862e299e7c8b27a96dea13 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 4 Dec 2019 11:42:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20sbb=5Ftextline=5Fdetector:=20Fix?= =?UTF-8?q?=20making=20the=20output=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 728fafb..d090e46 100644 --- a/qurator/sbb_textline_detector/ocrd_cli.py +++ b/qurator/sbb_textline_detector/ocrd_cli.py @@ -55,7 +55,7 @@ class OcrdSbbTextlineDetectorRecognize(Processor): input_file = self.workspace.mets.find_files(fileGrp=self.input_file_grp, pageId=page_id)[0] log.info("INPUT FILE %i / %s", n, input_file) - file_id = self._make_file_id(input_file, self.output_file_grp, n) + file_id = self._make_file_id(input_file, self.input_file_grp, n) # Process the files try: