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
484f09b1
authored
2024-01-18 14:02:08 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' into feature/CHINARPA-4302/all-pass
2 parents
3d599f3d
d8bb22a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
src/apps/doc/consts.py
src/apps/doc/consts.py
View file @
484f09b
...
...
@@ -1412,9 +1412,9 @@ LEGAL_REP_NAME = '经营者姓名'
TCCOR
=
[
(
'customerChineseName'
,
'企业名称'
,
'company_compare'
,
{},
'customerChinessNameResult'
),
(
'legalRepName'
,
'经营者姓名'
,
'name_compare'
,
{},
'legalRepNameResult'
),
(
'idNum'
,
'
注册号
'
,
'common_compare'
,
{},
'idNumResult'
),
(
'businessLicenseNo'
,
'
注册号
'
,
'common_compare'
,
{},
'businessLicenseNoResult'
),
(
'taxRegistrationCode'
,
'
注册号
'
,
'common_compare'
,
{},
'taxRegistrationCodeResult'
),
(
'idNum'
,
'
统一社会信用代码
'
,
'common_compare'
,
{},
'idNumResult'
),
(
'businessLicenseNo'
,
'
统一社会信用代码
'
,
'common_compare'
,
{},
'businessLicenseNoResult'
),
(
'taxRegistrationCode'
,
'
统一社会信用代码
'
,
'common_compare'
,
{},
'taxRegistrationCodeResult'
),
(
'incorporationDate'
,
'成立日期'
,
'date_compare'
,
{
'ocr_replace'
:
True
},
'incorporationDateResult'
),
# 2017年07月11日
# 2017年07月11日至长期 1. OCR识别为长期,向GCAP发送:2099-12-31 00:00:00.0
(
'businessLicenseDueDate'
,
'营业期限'
,
'date_compare'
,
{
'ocr_split'
:
True
,
'long'
:
True
,
'ocr_replace'
:
True
},
'businessLicenseDueDateResult'
),
...
...
@@ -1862,10 +1862,10 @@ RP_COMPARE_LOGIC = {
BL_COMPARE_LOGIC
=
{
'companyName'
:
(
'企业名称'
,
'se_company_compare'
,
{},
'营业执照公司名称与系统不一致'
),
'legalRepName'
:
(
'经营者姓名'
,
'se_name_compare'
,
{},
'营业执照法定代表人与系统不一致'
),
'firstIdNo'
:
(
'
注册号
'
,
'se_common_compare'
,
{},
'营业执照统一社会信用代码与系统不一致'
),
'businessLicenseNo'
:
(
'
注册号
'
,
'se_common_compare'
,
{},
'营业执照统一社会信用代码与系统不一致'
),
'organizationCreditCode'
:
(
'
注册号
'
,
'se_common_compare'
,
{},
'营业执照统一社会信用代码与系统不一致'
),
'taxRegistrationCertificateNo'
:
(
'
注册号
'
,
'se_common_compare'
,
{},
'营业执照统一社会信用代码与系统不一致'
),
'firstIdNo'
:
(
'
统一社会信用代码
'
,
'se_common_compare'
,
{},
'营业执照统一社会信用代码与系统不一致'
),
'businessLicenseNo'
:
(
'
统一社会信用代码
'
,
'se_common_compare'
,
{},
'营业执照统一社会信用代码与系统不一致'
),
'organizationCreditCode'
:
(
'
统一社会信用代码
'
,
'se_common_compare'
,
{},
'营业执照统一社会信用代码与系统不一致'
),
'taxRegistrationCertificateNo'
:
(
'
统一社会信用代码
'
,
'se_common_compare'
,
{},
'营业执照统一社会信用代码与系统不一致'
),
'establishmentDate'
:
(
'成立日期'
,
'se_date_compare'
,
{
'ocr_replace'
:
True
,
'two_year'
:
True
},
'营业执照显示公司成立不满足2年'
),
'businessLicenseDueDate'
:
(
'营业期限'
,
'se_date_compare'
,
{
'ocr_split'
:
True
,
'long'
:
True
,
'ocr_replace'
:
True
,
'today'
:
True
},
'公司营业期限疑似过期'
),
'organizationType'
:
(
'企业类型'
,
'se_type_compare'
,
{},
'营业执照企业类型与系统不一致'
),
...
...
@@ -2306,9 +2306,9 @@ CA_RP_COMPARE_LOGIC = {
CA_BL_COMPARE_LOGIC
=
{
'companyName'
:
(
'企业名称'
,
'ca_company_compare'
,
{}),
'customerChineseName'
:
(
'经营者姓名'
,
'ca_name_compare'
,
{}),
'idNum'
:
(
'
注册号
'
,
'ca_common_compare'
,
{}),
'businessLicenseNo'
:
(
'
注册号
'
,
'ca_common_compare'
,
{}),
'taxRegistrationCode'
:
(
'
注册号
'
,
'ca_common_compare'
,
{}),
'idNum'
:
(
'
统一社会信用代码
'
,
'ca_common_compare'
,
{}),
'businessLicenseNo'
:
(
'
统一社会信用代码
'
,
'ca_common_compare'
,
{}),
'taxRegistrationCode'
:
(
'
统一社会信用代码
'
,
'ca_common_compare'
,
{}),
'incorporationDate'
:
(
'成立日期'
,
'ca_date_compare'
,
{
'ocr_replace'
:
True
}),
'businessLicenseDueDate'
:
(
'营业期限'
,
'ca_date_compare'
,
{
'ocr_split'
:
True
,
'long'
:
True
,
'ocr_replace'
:
True
}),
'registeredCapital'
:
(
'注册资本'
,
'ca_rmb_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