mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2024-12-26 05:54:18 +00:00
Fix bug
This commit is contained in:
parent
fdc53fd16c
commit
8e6868194d
2
ocr
2
ocr
@ -84,7 +84,7 @@ class OCRWorkflow(WorkflowRunner):
|
||||
create_output_directories_job_number = 0
|
||||
for job in self.jobs:
|
||||
create_output_directories_job_number += 1
|
||||
cmd = 'mkdir -p "%s"' % (
|
||||
cmd = 'mkdir -p "%s" "%s" "%s" "%s" "%s" "%s"' % (
|
||||
os.path.join(job["output_dir"], "tmp", "binarized"),
|
||||
os.path.join(job["output_dir"], "tmp", "hocr"),
|
||||
os.path.join(job["output_dir"], "tmp", "normalized"),
|
||||
|
Loading…
Reference in New Issue
Block a user