simple-captcha-solver icon indicating copy to clipboard operation
simple-captcha-solver copied to clipboard

simple CAPTCHA solver in python :snake:

Results 5 simple-captcha-solver issues
Sort by recently updated
recently updated
newest added

Hi There, Your script is awesome, it is able to resolve many captchas but I have a capctha for which script is not returning correct string from capctha. I am...

I need help in creating a mask for this ![image](https://user-images.githubusercontent.com/84140291/119338801-13f3ac80-bcae-11eb-8238-f50926c2f7d5.png)

With checking if the current column is white and the next one is black, we can determine starting and ending columns of each letter. Thus we can get rid of...

Adding a vertical loop for better scanning of the individual letters. We need not crop out the original image

![Captcha1](https://user-images.githubusercontent.com/48990617/212571562-315557be-c287-42d6-bc42-5326a171b3a8.png) ![Capcha2](https://user-images.githubusercontent.com/48990617/212571569-9dc8f9d9-a403-43de-b911-78a879030b24.png)