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
66e1870b
authored
2023-03-01 18:19:40 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/fsm-contract' into feature/uat-tmp
2 parents
617e8a4e
e0f78c8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/common/fsm_econtract/const.py
src/common/fsm_econtract/const.py
View file @
66e1870
WEP_FIELD
=
{
"0"
:
{
'keys'
:
{
'客户姓名'
:
[(
'客户姓名'
,
(
r'^
客户
姓名.?$'
,
r'^企业名称.?$'
),
'top1'
,
{})],
'客户姓名'
:
[(
'客户姓名'
,
(
r'^姓名.?$'
,
r'^企业名称.?$'
),
'top1'
,
{})],
'证件类型'
:
[(
'证件类型'
,
(
r'^证件类型.?$'
,
),
'top1'
,
{})],
'证件号码'
:
[(
'证件号码'
,
(
r'^证件号码.?$'
,
r'^统一社会信用代码.?$'
),
'top1'
,
{})],
'合同价格(小写)'
:
[(
'人民币'
,
(
r'^人民币¥.?$'
,
),
'top1'
,
{})],
...
...
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