Skip to content
Snippets Groups Projects
Commit 5addc9c2 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

remove obsolete flag

parent 6c9e9dfb
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,6 @@ def __create_job_service(job):
cmd = '{} -i /files -o /files/output'.format(job.service)
if job.service == 'file-setup':
cmd += ' -f {}'.format(job.secure_filename)
elif job.service == 'ocr':
cmd += ' --compress'
cmd += ' --log-dir /files'
cmd += ' --zip [{}]_{}'.format(job.service, job.secure_filename)
cmd += ' ' + ' '.join(json.loads(job.service_args))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment