mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	change some documentation.
This commit is contained in:
		@@ -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))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user