mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-07-01 06:59:54 +02:00
adapt to OcrdFile.local_filename now :Path
This commit is contained in:
parent
dbabe0f180
commit
032a99ef11
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class EynollahProcessor(Processor):
|
|||
'override_dpi': self.parameter['dpi'],
|
||||
'logger': LOG,
|
||||
'pcgts': pcgts,
|
||||
'image_filename': image_filename
|
||||
'image_filename': str(image_filename)
|
||||
}
|
||||
Eynollah(**eynollah_kwargs).run()
|
||||
file_id = make_file_id(input_file, self.output_file_grp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue