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
bde11ee9
authored
2020-12-28 11:08:33 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
modify UCI ocr source
1 parent
8342bc13
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 @
bde11ee
...
...
@@ -816,14 +816,14 @@ UCI_PID = 60
UCI_FIELD_ORDER
=
((
'发票代码'
,
'发票代码'
),
(
'发票号码'
,
'发票号码'
),
(
'开票日期'
,
'开票日期'
),
(
'
车价合计
'
,
'车价合计小写'
),
(
'发票
联
'
,
'发票联'
),
(
'购方
单位
'
,
'买方单位/个人'
),
(
'购方
号码
'
,
'买方单位代码/身份证号码'
),
(
'车架号
码
'
,
'车架号'
),
(
'
车价
合计大写'
,
'车价合计大写'
),
(
'
价税合计小写
'
,
'车价合计小写'
),
(
'发票
类型
'
,
'发票联'
),
(
'购方
名称
'
,
'买方单位/个人'
),
(
'购方
纳税人识别号
'
,
'买方单位代码/身份证号码'
),
(
'车架号'
,
'车架号'
),
(
'
价税
合计大写'
,
'车价合计大写'
),
(
'二手车市场'
,
'二手车市场'
),
(
'发票章
有无
'
,
'发票章有无'
),
(
'发票章'
,
'发票章有无'
),
(
'空行占位'
,
None
),
(
'车牌照号'
,
'车牌照号'
),
(
'登记证号'
,
'登记证号'
),
...
...
@@ -832,7 +832,7 @@ UCI_FIELD_ORDER = (('发票代码', '发票代码'),
(
'厂牌型号'
,
'厂牌型号'
),
(
'车管所名称'
,
'转入地车辆管理所名称'
),
(
'销方名称'
,
'卖方单位/个人'
),
(
'销方
号码
'
,
'卖方单位代码/身份证号码'
),
(
'销方
纳税人识别号
'
,
'卖方单位代码/身份证号码'
),
(
'销方地址'
,
'卖方单位/个人住址'
),)
# 港澳台通行证
EEP_CN_NAME
=
'港澳台通行证'
...
...
@@ -941,8 +941,8 @@ FOLDER_LICENSE_ORDER = ((MVI_CLASSIFY, (MVI_PID, MVI_CN_NAME, MVI_FIELD_ORDER, F
LICENSE_CLASSIFY_MAPPING
=
dict
(
LICENSE_ORDER
)
OTHER_CLASSIFY_SET
=
{
OTHER_CLASSIFY
}
LICENSE_CLASSIFY_SET_1
=
{
IC_CLASSIFY
,
VAT_CLASSIFY
,
MVC_CLASSIFY
,
MVI_CLASSIFY
}
LICENSE_CLASSIFY_SET_2
=
{
BL_CLASSIFY
,
UCI_CLASSIFY
,
EEP_CLASSIFY
,
DL_CLASSIFY
,
PP_CLASSIFY
,
BC_CLASSIFY
}
LICENSE_CLASSIFY_SET_1
=
{
IC_CLASSIFY
,
VAT_CLASSIFY
,
MVC_CLASSIFY
,
MVI_CLASSIFY
,
UCI_CLASSIFY
}
LICENSE_CLASSIFY_SET_2
=
{
BL_CLASSIFY
,
EEP_CLASSIFY
,
DL_CLASSIFY
,
PP_CLASSIFY
,
BC_CLASSIFY
}
NYYH_CLASSIFY
=
{
17
,
18
}
MS_CLASSIFY
=
21
...
...
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