adapt to OcrdFile.local_filename now :Path

pull/108/head
Robert Sachunsky 4 months ago committed by GitHub
parent dbabe0f180
commit 032a99ef11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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