mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
Resolved an issue in the OCR-D framework where dir_out received a None value
This commit is contained in:
parent
a4f1f35125
commit
aa72ca3006
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class EynollahProcessor(Processor):
|
|||
image_filename = self.workspace.download_file(next(self.workspace.mets.find_files(local_filename=page.imageFilename))).local_filename
|
||||
eynollah_kwargs = {
|
||||
'dir_models': self.resolve_resource(self.parameter['models']),
|
||||
'dir_out': self.output_file_grp,
|
||||
'allow_enhancement': False,
|
||||
'curved_line': self.parameter['curved_line'],
|
||||
'full_layout': self.parameter['full_layout'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue