mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
update processor to the latest change in bertsky/core#14
This commit is contained in:
parent
9ce02a569e
commit
0d83db7bc4
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue