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
7cfa582f
authored
2021-09-26 14:33:06 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix role name 2
1 parent
db3817f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/ocr/wb.py
src/apps/doc/ocr/wb.py
View file @
7cfa582
...
...
@@ -620,7 +620,7 @@ class BSWorkbook(Workbook):
new_card
=
self
.
get_new_card
(
card
)
# 1.原表表头收集、按照月份分割
# 1.1 总结首行信息
role_name
=
summary
.
get
(
'role'
,
consts
.
UNKNOWN_ROLE
)
.
translate
(
consts
.
SHEET_TITLE_TRANS
)
role_name
=
summary
.
get
(
'role'
,
consts
.
UNKNOWN_ROLE
)
.
translate
(
consts
.
SHEET_TITLE_TRANS
)
.
strip
()[:
3
]
classify
=
summary
.
get
(
'classify'
,
0
)
sheet_header_info
=
{}
header_info
=
{}
...
...
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