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
31897a9e
authored
2023-06-02 18:29:09 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:电子流水标记
1 parent
0448dd9b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/apps/doc/management/commands/ocr_process.py
src/apps/doc/ocr/wb.py
src/apps/doc/management/commands/ocr_process.py
View file @
31897a9
...
...
@@ -948,7 +948,8 @@ class Command(BaseCommand, LoggerMixin):
'role'
:
bs_info
.
get
(
'role'
,
''
),
'print_time'
:
print_date
,
'timedelta'
:
bs_info
.
get
(
'timedelta'
,
''
),
'verify'
:
bs_info
.
get
(
'verify_res_ebank'
,
True
)
'verify'
:
bs_info
.
get
(
'verify_res_ebank'
,
True
),
'e_bank'
:
bs_info
.
get
(
'e_bank'
,
False
)
}
)
return
res
...
...
src/apps/doc/ocr/wb.py
View file @
31897a9
...
...
@@ -771,6 +771,7 @@ class BSWorkbook(Workbook):
summary
[
'end_date'
]
=
end_date
summary
[
'verify_res_ebank'
]
=
verify_res_ebank
summary
[
'verify_res_paper_bank'
]
=
verify_res_paper_bank
summary
[
'e_bank'
]
=
metadata
is
not
None
# 3.创建月份表、提取/高亮关键行
# 倒序处理
...
...
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