fix mvi layout
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1390,7 +1390,7 @@ def se_compare_license(license_en, ocr_res_dict, field_list): | ... | @@ -1390,7 +1390,7 @@ def se_compare_license(license_en, ocr_res_dict, field_list): |
1390 | break | 1390 | break |
1391 | 1391 | ||
1392 | for idx, (name, value) in enumerate(field_list): | 1392 | for idx, (name, value) in enumerate(field_list): |
1393 | if ocr_field == consts.MVI_OCR_FIELD and name == consts.SE_NEW_ADD_FIELD[-1]: | 1393 | if ocr_field == consts.MVI_OCR_FIELD and name == consts.SE_NEW_ADD_FIELD[5]: |
1394 | ocr_str = getattr(cp, consts.ZW_METHOD)( | 1394 | ocr_str = getattr(cp, consts.ZW_METHOD)( |
1395 | ocr_res_list[res_idx].get(consts.LOWER_AMOUNT_FIELD, ''), | 1395 | ocr_res_list[res_idx].get(consts.LOWER_AMOUNT_FIELD, ''), |
1396 | ocr_res_list[res_idx].get(consts.UPPER_AMOUNT_FIELD, ''), | 1396 | ocr_res_list[res_idx].get(consts.UPPER_AMOUNT_FIELD, ''), | ... | ... |
-
Please register or sign in to post a comment