Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
ffe71f58
Commit
ffe71f58
authored
Dec 18, 2020
by
Leif
Browse files
Update AutoDialog
parent
03002bbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
PPOCRLabel/libs/autoDialog.py
PPOCRLabel/libs/autoDialog.py
+2
-1
No files found.
PPOCRLabel/libs/autoDialog.py
View file @
ffe71f58
...
...
@@ -46,7 +46,8 @@ class Worker(QThread):
chars
=
res
[
1
][
0
]
cond
=
res
[
1
][
1
]
posi
=
res
[
0
]
strs
+=
"Transcription: "
+
chars
+
" Probability: "
+
str
(
cond
)
+
" Location: "
+
json
.
dumps
(
posi
)
strs
+=
"Transcription: "
+
chars
+
" Probability: "
+
str
(
cond
)
+
\
" Location: "
+
json
.
dumps
(
posi
)
+
'
\n
'
# Sending large amounts of data repeatedly through pyqtSignal may affect the program efficiency
self
.
listValue
.
emit
(
strs
)
self
.
mainThread
.
result_dic
=
self
.
result_dic
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment