adapt to OcrdFile.local_filename now :Path

This commit is contained in:
Robert Sachunsky 2024-01-24 19:33:49 +01:00 committed by cneud
parent 0720091a48
commit ccd35b426b

View file

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