mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 02:24:20 +00:00
change some documentation.
This commit is contained in:
parent
5addc9c28a
commit
20adc1af34
@ -327,7 +327,7 @@ class Job(db.Model):
|
||||
service = db.Column(db.String(64))
|
||||
'''
|
||||
' Service specific arguments as string list.
|
||||
' Example: ["-l eng", "--keep-intermediates", "--skip-binarization"]
|
||||
' Example: ["-l eng", "--binarize"]
|
||||
'''
|
||||
service_args = db.Column(db.String(255))
|
||||
service_version = db.Column(db.String(16))
|
||||
|
Loading…
Reference in New Issue
Block a user