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
97309afa
authored
2 months ago
by
chenyao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改个fsm电子合同的bug
1 parent
c06bbf34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/common/fsm_econtract/retriever.py
src/common/fsm_econtract/retriever.py
View file @
97309af
...
...
@@ -209,7 +209,8 @@ class Retriever:
if
pno_str
==
'-1'
:
is_last_pno
=
True
pno_int_list
=
[
int
(
pno_str
)
for
pno_str
in
pdf_text_list
.
keys
()]
pno_str
=
str
(
max
(
pno_int_list
))
if
len
(
pno_int_list
)
>
0
:
pno_str
=
str
(
max
(
pno_int_list
))
# 搜索关键词
key_text_info
=
dict
()
...
...
This diff is collapsed.
Click to expand it.
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