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
15f1cc16
authored
2024-05-07 14:55:27 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
FIX:比对失败没返回N的bug
1 parent
aa747d89
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/common/tools/comparison.py
src/common/tools/comparison.py
View file @
15f1cc1
...
...
@@ -198,6 +198,7 @@ class Comparison:
compare_log
.
info
(
'[se_input_list_compare] [input_str {0}] [ocr_str {1}]'
.
format
(
input_str
,
ocr_str
))
if
input_str
==
ocr_str
:
return
self
.
RESULT_Y
return
self
.
RESULT_N
else
:
return
self
.
RESULT_N
...
...
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