Skip to content

Commit 785566d

Browse files
actions-userhleb-albau
authored andcommitted
fix image qa params names
1 parent 8746a09 commit 785566d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regula/documentreader/webclient/gen/models/process_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class ProcessParams(object):
8686
'update_ocr_validity_by_glare': 'updateOCRValidityByGlare',
8787
'check_required_text_fields': 'checkRequiredTextFields',
8888
'return_cropped_barcode': 'returnCroppedBarcode',
89-
'image_qa': 'imageQA',
89+
'image_qa': 'imageQa',
9090
'force_doc_format': 'forceDocFormat',
9191
'no_graphics': 'noGraphics',
9292
'document_area_min': 'documentAreaMin',

0 commit comments

Comments
 (0)