sml2h3 / ddddocr

带带弟弟 通用验证码识别OCR pypi版
https://ddddocr.com
MIT License
9.74k stars 1.74k forks source link

点触验证码的文字识别精确率低 #107

Open satisl opened 1 year ago

satisl commented 1 year ago

result 对此类验证码点触区域的detection功能良好,但根据返回的坐标切割出文字进行识别的准确率低 识别结果:('酶', [144, 130, 193, 179]),('超', [31, 19, 81, 68]) test1 而对于其表明文字顺序区域的文字识别难以和前者一致 识别结果:耀益

cocoyamnut commented 1 year ago

需要自己训练,我数据集已经收集得差不多了大概有1500+

MgArcher commented 1 year ago

点选可以看下这个项目:https://github.com/MgArcher/Text_select_captcha

cocoyamnut commented 1 year ago

在cv了,谢谢大佬

reghtml commented 1 year ago

为什么您的识别结果里面有文字和坐标呢我这边测试 ,只有坐标位置,您识别出文字的代码是怎么写的,可以分享一下吗