From 3381e5a01561d08ca10ad253fba27779453e0982 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:33:49 +0100 Subject: [PATCH] adapt to OcrdFile.local_filename now :Path # Conflicts: # qurator/eynollah/processor.py --- qurator/eynollah/processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qurator/eynollah/processor.py b/qurator/eynollah/processor.py index 488715d..92a91c2 100644 --- a/qurator/eynollah/processor.py +++ b/qurator/eynollah/processor.py @@ -43,6 +43,6 @@ class EynollahProcessor(Processor): tables=self.parameter['tables'], override_dpi=self.parameter['dpi'], pcgts=pcgts, - image_filename=image_filename + image_filename=str(image_filename) ).run() return OcrdPageResult(pcgts)