Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to extract data from captcha #15

Open
abhinavpathak14 opened this issue Apr 24, 2017 · 5 comments
Open

Not able to extract data from captcha #15

abhinavpathak14 opened this issue Apr 24, 2017 · 5 comments

Comments

@abhinavpathak14
Copy link

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.
1

@reshadman
Copy link

Create a bitmap of the showing font in the image and change the captcha letter count to 6.

@ptigas
Copy link
Owner

ptigas commented Oct 17, 2017

@abhinavpathak14 have you created a mask as @reshadman pointed out? if yes, can you paste it here?

@ptigas ptigas closed this as completed Oct 24, 2017
@ptigas ptigas reopened this Oct 24, 2017
@kenshimokak
Copy link

kenshimokak commented Dec 16, 2017

@ptigas
Hi
I testing with my mask and part of mask but its not worked.

can you help me please.

this is my mask:

latters

and this is part crop of mask that I used for test.jpg

test

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

@ghost
Copy link

ghost commented Jan 4, 2018

@abhinavpathak14 your mask seems to be isn't fixed-spaced.

@kevalrajpalknight
Copy link

@ptigas Can you please share your parameters for creating mask. I am facing trouble with spaces too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@ptigas @reshadman @kenshimokak @abhinavpathak14 @kevalrajpalknight and others