part 2
Showing
2 changed files
with
12 additions
and
0 deletions
... | @@ -1449,4 +1449,16 @@ SE_SECOND_ID_FIELD_MAPPING = { | ... | @@ -1449,4 +1449,16 @@ SE_SECOND_ID_FIELD_MAPPING = { |
1449 | 1449 | ||
1450 | HEAD_LIST = ['Info', 'Index', 'License', 'Field', 'Input', 'OCR', 'Result', 'Position', 'Image', 'errorType'] | 1450 | HEAD_LIST = ['Info', 'Index', 'License', 'Field', 'Input', 'OCR', 'Result', 'Position', 'Image', 'errorType'] |
1451 | 1451 | ||
1452 | # ----------------litigation------------------------ | ||
1453 | IC_FIELD_ORDER_2 = (('姓名', '姓名'), | ||
1454 | ('公民身份号码', '公民身份号码'), | ||
1455 | ('出生年月', '出生年月'), | ||
1456 | ('住址', '住址'), | ||
1457 | ('性别', '性别'), | ||
1458 | ('民族', '民族'),) | ||
1459 | IC_FIELD_ORDER_3 = (('有效期限', '有效期限'), ('签发机关', '签发机关'),) | ||
1460 | |||
1461 | BC_FIELD_ORDER_2 = (('BankName', '发卡行名称'), | ||
1462 | ('CardNum', '银行卡号'), | ||
1463 | ('CardType', '银行卡类型'),) | ||
1452 | 1464 | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment