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
e9c868b7
authored
2021-03-08 16:30:08 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/mvc' into feature/compare
2 parents
11f6e82c
e68c60c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/apps/doc/management/commands/ocr_process.py
src/apps/doc/management/commands/ocr_process.py
View file @
e9c868b
...
...
@@ -208,6 +208,10 @@ class Command(BaseCommand, LoggerMixin):
mvc_dict
[
'姓名/名称'
]
=
[]
mvc_dict
[
'身份证明名称/号码'
]
=
[]
mvc_dict
[
'转移登记日期'
]
=
[]
mvc_dict
[
'抵押权人姓名/名称'
]
=
[]
mvc_dict
[
'抵押身份证明名称/号码'
]
=
[]
mvc_dict
[
'抵押登记日期'
]
=
[]
mvc_dict
[
'解除抵押日期'
]
=
[]
mvc_res
=
mvc_dict
.
pop
(
'results'
,
{})
for
register_info
in
mvc_res
.
get
(
'register_info'
,
[]):
if
register_info
.
get
(
'register_type'
,
0
)
==
2
:
...
...
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