Compare commits

...
4 Commits
3 changed files with 1 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ class OCR:
license_plate = ""
for res in result:
license_plate += res[-2] # 如果车牌号码是两行的,按行识别出来再拼接起来
license_plate = cls.SwapChars(license_plate)
if lpr_text is not None:
license_plate = lpr_text
if '\u8b66' in license_plate:
Binary file not shown.
Binary file not shown.