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
3baf399b
authored
2025-07-24 15:38:19 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/weixin-bs-2' into feature/uat-tmp
2 parents
0d477de0
872ee58a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/apps/doc/ocr/wb.py
src/apps/doc/ocr/wb.py
View file @
3baf399
...
...
@@ -563,7 +563,9 @@ class BSWorkbook(Workbook):
outlay_cell
=
None
if
outlay_cell_idx
is
None
or
outlay_cell_idx
>=
length
else
rows
[
outlay_cell_idx
]
borrow_cell
=
None
if
borrow_cell_idx
is
None
or
borrow_cell_idx
>=
length
else
rows
[
borrow_cell_idx
]
summary_cell_value
=
None
if
summary_cell
is
None
else
summary_cell
.
value
.
strip
()
summary_cell_value
=
None
if
summary_cell
is
None
else
summary_cell
.
value
if
summary_cell
.
value
is
not
None
:
summary_cell_value
=
summary_cell_value
.
strip
()
date_cell_value
=
None
if
date_cell
is
None
else
date_cell
.
value
amount_cell_value
=
None
if
amount_cell
is
None
else
amount_cell
.
value
over_cell_value
=
None
if
over_cell
is
None
else
over_cell
.
value
...
...
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