Questions tagged [2captcha]

For questions specific to the Captcha recognition service named "2Captcha". When using this tag also include the more generic [captcha] tag. Please also provide a tag for the language that you are coding in.

107 questions
-2
votes
1 answer

Log into spotify using python

I am trying to log into my spotify account using my username and password using requests and 2captcha. When I run my code, I am returned with b'{"error":"errorInvalidCredentials"}' and am unable to login. I used my personal login and extract the…
exe
  • 354
  • 3
  • 23
-3
votes
1 answer

Is there a way to remove complex lines from an image with OpenCV?

I have this 3 CAPTCHA images listed below and I want to make the text as clean as possible using opencv. Is there a pipeline that can achieve what I want? Here is an example of what I want: The biggest problem here is the color difference in…
1 2 3 4 5 6 7
8