From 0d83db7bc4b18b459b1ae58899bcb25d8d10ada0 Mon Sep 17 00:00:00 2001 From: kba Date: Sat, 24 Aug 2024 16:46:25 +0200 Subject: [PATCH] update processor to the latest change in bertsky/core#14 --- 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 304524a..83fed0e 100644 --- a/qurator/eynollah/processor.py +++ b/qurator/eynollah/processor.py @@ -8,7 +8,7 @@ from .eynollah import Eynollah class EynollahProcessor(Processor): @property - def metadata_location(self) -> str: + def metadata_filename(self) -> str: return 'eynollah/ocrd-tool.json' def process_page_pcgts(self, *input_pcgts: Optional[OcrdPage], page_id: Optional[str] = None) -> OcrdPageResult: