Add infos to job model and show them on the job info pages.

This commit is contained in:
Patrick Jentsch
2019-08-09 15:59:53 +02:00
parent 359baf0297
commit a302d08405
5 changed files with 109 additions and 12 deletions

View File

@ -73,7 +73,6 @@ def ocr():
service='ocr',
service_args=json.dumps([
'-l {}'.format(new_ocr_job_form.language.data),
'--keep-intermediates',
'--skip-binarisation']),
service_version=new_ocr_job_form.version.data,
status='submitted',