d213eb78 by 周伟奇

part 2

1 parent 68d7dd98
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!