mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-13 22:29:52 +02:00
adapt to OcrdFile.local_filename now :Path
This commit is contained in:
parent
0720091a48
commit
ccd35b426b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,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