mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 12:19:54 +02:00
adapt to OcrdFile.local_filename now :Path
# Conflicts: # qurator/eynollah/processor.py
This commit is contained in:
parent
8dfecb70d4
commit
3381e5a015
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ class EynollahProcessor(Processor):
|
||||||
tables=self.parameter['tables'],
|
tables=self.parameter['tables'],
|
||||||
override_dpi=self.parameter['dpi'],
|
override_dpi=self.parameter['dpi'],
|
||||||
pcgts=pcgts,
|
pcgts=pcgts,
|
||||||
image_filename=image_filename
|
image_filename=str(image_filename)
|
||||||
).run()
|
).run()
|
||||||
return OcrdPageResult(pcgts)
|
return OcrdPageResult(pcgts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue