adapt to OcrdFile.local_filename now :Path

# Conflicts:
#	qurator/eynollah/processor.py
This commit is contained in:
Robert Sachunsky 2024-01-24 19:33:49 +01:00 committed by kba
parent 8dfecb70d4
commit 3381e5a015

View file

@ -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)