diff --git a/qurator/eynollah/processor.py b/qurator/eynollah/processor.py index 3375113..c89c1bd 100644 --- a/qurator/eynollah/processor.py +++ b/qurator/eynollah/processor.py @@ -58,7 +58,7 @@ class EynollahProcessor(Processor): 'override_dpi': self.parameter['dpi'], 'logger': LOG, 'pcgts': pcgts, - 'image_filename': image_filename + 'image_filename': str(image_filename) } Eynollah(**eynollah_kwargs).run() file_id = make_file_id(input_file, self.output_file_grp)