skotz / cbl-js

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

Can not solve Grey captcha #30

Closed viperzero closed 5 years ago

viperzero commented 5 years ago

I have tried many methods without success with these captchas, any help would be appreciated.

485521 153440 186106 373043

skotz commented 5 years ago

The numbers are outlined, the lines are the same color as the letters, and there's a good amount of distortion. This one won't be easy to solve with the tools I've included in this library.

You could maybe try binarizing the image, flood filling the background black (so the numbers become solid white), and then doing a vertical blur to hopefully remove the lines. Good luck.

viperzero commented 5 years ago

Thank you very much. I will give it a try. Great library!