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
64011516
authored
2025-07-24 14:47:46 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
FIX
1 parent
abbffc2b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src-0724-2.zip
src/apps/doc/ocr/wb.py
src-0724-2.zip
0 → 100644
View file @
6401151
No preview for this file type
src/apps/doc/ocr/wb.py
View file @
6401151
...
...
@@ -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