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
6b083dfc
authored
2021-04-15 14:03:02 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix ocr bug
1 parent
582db5c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/apps/doc/management/commands/ocr_process.py
src/apps/doc/management/commands/ocr_process.py
View file @
6b083df
...
...
@@ -321,7 +321,8 @@ class Command(BaseCommand, LoggerMixin):
if
key
in
license_dict
:
if
is_rp
==
'1'
:
rp_side2_list
.
append
(
license_dict
)
ic_side2_list
.
append
(
license_dict
)
else
:
ic_side2_list
.
append
(
license_dict
)
elif
is_rp
==
'1'
:
rp_side1_list
.
append
(
license_dict
)
else
:
...
...
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