skotz / cbl-js

JavaScript CAPTCHA solving library
MIT License
155 stars 47 forks source link

How to solve this captcha #46

Open ziadali1 opened 4 years ago

ziadali1 commented 4 years ago

Not an issue, but am not getting the trainer to solve this.

captchaToSolve2

I Tried all the examples provided in the projects folder but non worked. Could you help please?

skotz commented 4 years ago

You'll need more samples to train a model, but initially it looks like you might be able to invert the image and then binarize it using a high enough threshold to make the numbers black and the background white. If more samples reveal that there's little to no distortion and that there's always just 4 characters, then that'll help as well.