Commit f2e84a9d authored by liuyang's avatar liuyang

APK图片抓取识别及轮播流地址抓取, 优化识别结果提取,数字长度限制

#BYLSERVER-1438
parent 812c2d5b
...@@ -96,6 +96,11 @@ class OcrManager { ...@@ -96,6 +96,11 @@ class OcrManager {
} }
} }
// 长度小于8的直接丢弃
if (words.length < 7) {
words = ""
}
return words return words
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment