PatrickLib / captcha_recognize

Image Recognition captcha without image segmentation 无需图片分割的验证码识别
Apache License 2.0
554 stars 173 forks source link

Can't apply for dynamic length of captcha #19

Open hoangatpaygate opened 5 years ago

hoangatpaygate commented 5 years ago

I have got an issue when run the captcha_records.py, the problem is that my captcha length is 6 or 7 characters, so I set CHARS_NUM = 7, when run the captcha_records.py, it shows an error "IndexError: index 7 is out of bounds for axis 0 with size 7" How can I apply for dynamic length of captcha?

Thank you very much!