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
1bac9311
authored
2025-07-30 14:44:29 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/weixin-bs-2' into feature/uat-tmp
2 parents
7a165b3f
89c4f059
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/apps/doc/management/commands/ocr_process.py
src/apps/doc/management/commands/ocr_process.py
View file @
1bac931
...
...
@@ -1820,6 +1820,7 @@ class Command(BaseCommand, LoggerMixin):
else
:
self
.
online_log
.
info
(
'{0} [ocr_1 start] [img={1}] [url={2}]'
.
format
(
self
.
log_base
,
img_path
,
url
))
ocr_1_res
=
ocr_1_response
.
json
()
self
.
online_log
.
info
(
'{0} [ocr_1 api res] [img={1}] [ocr_1_res={2}]'
.
format
(
self
.
log_base
,
img_path
,
ocr_1_res
))
end_time
=
time
.
time
()
speed_time
=
int
(
end_time
-
start_time
)
self
.
online_log
.
info
(
'{0} [ocr_1 success] [img={1}] [url={2}] [speed_time={3}]'
.
format
(
...
...
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