Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
50a831ae
authored
2021-11-16 11:06:07 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix pos
1 parent
6a4ed2b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/consts.py
src/apps/doc/consts.py
View file @
50a831a
...
...
@@ -1448,7 +1448,7 @@ SKIP_CARD = {ID_EN, RP_EN}
ID_COMPARE_LOGIC
=
{
'customerName'
:
(
'姓名'
,
'se_name_compare'
,
{},
'身份证姓名与系统不一致'
),
'idNum'
:
(
'公民身份号码'
,
'se_common_compare'
,
{},
'身份证号码与系统不一致'
),
#
'dateOfBirth': ('出生年月', 'se_date_compare', {'input_replace': ''}),
'dateOfBirth'
:
(
'出生年月'
,
'se_date_compare'
,
{
'input_replace'
:
''
}),
'idExpiryDate'
:
(
'有效期限'
,
'se_date_compare'
,
{
'long'
:
True
,
'ocr_split'
:
True
,
'input_replace'
:
''
,
'today'
:
True
},
'身份证有效期疑似过期'
),
'hukouProvince'
:
(
'住址'
,
'se_contain_compare'
,
{},
'身份证住址与系统不一致'
),
'hukouCity'
:
(
'住址'
,
'se_contain_compare'
,
{},
'身份证住址与系统不一致'
),
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment