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
d30ff9ac
authored
2021-05-17 23:20:44 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
modify dda dir
1 parent
6847ba4b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/management/commands/ocr_process.py
src/apps/doc/management/commands/ocr_process.py
View file @
d30ff9a
...
...
@@ -44,7 +44,7 @@ class Command(BaseCommand, LoggerMixin):
# 数据目录
self
.
data_dir
=
conf
.
DATA_DIR
# DDA目录
self
.
dda_dir
=
os
.
path
.
join
(
self
.
data_dir
,
'HIL'
,
'DDA'
)
self
.
dda_dir
=
os
.
path
.
join
(
self
.
data_dir
,
'HIL'
,
'
SF5-CL-S-1'
,
'
DDA'
)
self
.
dda_complete_dir
=
os
.
path
.
join
(
self
.
dda_dir
,
'complete'
)
self
.
dda_wanting_dir
=
os
.
path
.
join
(
self
.
dda_dir
,
'wanting'
)
# 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