mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 02:32:45 +00:00 
			
		
		
		
	Add compress flag for ocr jobs
This commit is contained in:
		| @@ -74,6 +74,9 @@ def __create_job_service(job): | ||||
|                                 + ' {}'.format(job.secure_filename | ||||
|                                                if job.service == 'file-setup' | ||||
|                                                else '') | ||||
|                                 + ' {}'.format('--compress' | ||||
|                                                if job.service == 'ocr' | ||||
|                                                else '') | ||||
|                                 + ' --log-dir /files' | ||||
|                                 + ' --zip [{}]_{}'.format(job.service, | ||||
|                                                           job.secure_filename) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user