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
a1e9a475
authored
2024-12-13 21:39:01 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
FIX:没有流水的情况
1 parent
29aedd0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
a1e9a47
...
...
@@ -1867,6 +1867,8 @@ class EmployeeView(GenericView):
self
.
running_log
.
info
(
'[query Employee] [application_id={0}] ocr_result none'
.
format
(
application_id
))
return
response
.
ok
(
data
=
False
)
bss_ocr_str
=
ocr_result_info
.
bss_ocr
if
bss_ocr_str
is
None
:
return
response
.
ok
(
data
=
False
)
bss_ocr
=
json
.
loads
(
bss_ocr_str
)
self
.
running_log
.
info
(
'[query Employee] [application_id={0}] [bss_ocr={1}]'
.
format
(
application_id
,
bss_ocr
))
for
one_bss
in
bss_ocr
:
...
...
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