adapt to OcrdFile.local_filename now :Path

refactor_with_disable-dir-in
Robert Sachunsky 4 months ago committed by cneud
parent 0720091a48
commit ccd35b426b

@ -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…
Cancel
Save