adapt to OcrdFile.local_filename now :Path

# Conflicts:
#	qurator/eynollah/processor.py
pull/134/head
Robert Sachunsky 11 months ago committed by kba
parent 8dfecb70d4
commit 3381e5a015

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

Loading…
Cancel
Save