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
5b9ac125
authored
2024-11-29 16:44:33 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/feature_add_income_keywords_cy' into feature/uat-tmp
2 parents
f2d23535
6ddd3df7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
src/apps/doc/consts.py
src/apps/doc/consts.py
View file @
5b9ac12
...
...
@@ -2571,3 +2571,16 @@ FINANCIAL_SHEET_NAME = "财务报表"
FINANCIAL_EXPLANATION_CLASSIFY_LIST
=
[
100
]
# 财报情况说明sheet名称
FINANCIAL_EXPLANATION_SHEET_NAME
=
"财报情况说明"
# Jira-4562 - 银行流水首页提取关键词
INCOME_KEYWORDS_LIST
=
[
"养老金"
,
"社保"
,
"代发工资"
,
"工资入账"
,
"奖金"
,
"养老保险"
,
"代发"
,
"工资"
]
INCOME_KEYWORDS_DICT
=
{
"养老金"
:
"yanglaojin"
,
"社保"
:
"shebao"
,
"代发工资"
:
"daifagongzi"
,
"工资入账"
:
"gongziruzhang"
,
"奖金"
:
"jiangjin"
,
"养老保险"
:
"yanglaobaoxian"
,
"代发"
:
"daifa"
,
"工资"
:
"gongzi"
}
\ No newline at end of file
...
...
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