Captcha-image-solver icon indicating copy to clipboard operation
Captcha-image-solver copied to clipboard

will it solve captcha such as this ?

Open EssaAlshammri opened this issue 7 years ago • 1 comments

cpp

cp

EssaAlshammri avatar Jan 08 '18 10:01 EssaAlshammri

As I originally did it for recognition of English word only, the fitted model cannot recognize digits. However, you can reuse the whole model architecture for this task by modifying the files accordingly. For example, currently I use read_dictionary (in /model/gen_captcha.py) to generate the word list, you can use your own method which returns a 4-digit number list instead. Moreover, ImageCaptcha is used as the captcha-generating engine, you should use your own one for producing the training images. Hope it helps!

davidlkl avatar Jan 12 '18 15:01 davidlkl