比如 aws 的验证码,或者国信证券网上营业厅的验证码。 https://trade2.guosen.com.cn/gxwt/pc/getRandom?rc=0.7285685439680818
cv2 先 2 值化,去干扰线,都没问题,但连体字符搞不定,求切割算法或其他方案。
1
LeeSeoung 2021-06-22 19:38:08 +08:00
上机器学习,整体识别训练😂
|
2
supermoonie 2021-06-22 20:26:53 +08:00 via iPhone
github captcha ocr
|
3
anexplore 2021-06-23 11:01:19 +08:00
可以看一下我之前的一个固定长度验证码识别的 cnn 模式[github]( https://github.com/anexplore/cnn_for_captcha)
|