simple-captcha-solver
simple-captcha-solver copied to clipboard
Not able to extract data from captcha
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 attaching that capctha. Please have a look.
Create a bitmap of the showing font in the image and change the captcha letter count to 6.
@abhinavpathak14 have you created a mask as @reshadman pointed out? if yes, can you paste it here?
@ptigas Hi I testing with my mask and part of mask but its not worked.
can you help me please.
this is my mask:
and this is part crop of mask that I used for test.jpg
but the result was just : 0125c
also I did set alphabet="0123456789abcdefghijklmnopqrstuvwxyz"
in captcha_decoder.py
font style is Tahoma
can you help me please
@abhinavpathak14 your mask seems to be isn't fixed-spaced.
@ptigas Can you please share your parameters for creating mask. I am facing trouble with spaces too.