Help CAPTCHA

Guys, I need to recognize this captcha, but I’m not getting it, especially when the letters are on top of each other, do you know any way to solve this captcha with the fewest possible attempts?

image

1 Like

Try Python and OpenCV

How can I perform this procedure? can someone help me please?

Che this out:

some captcha there

image

1 Like

I will take a look

cool, i will run these on my model and then send you feedback, meanwhile, check the above

Good morning, I was not successful using Captcha Solver, I think I don’t know how to use it :frowning:

Hey @Mths_Teixeira ,

Frankly speaking but till now we don’t have any solution to solve CAPTCHA using UiPath.
There are some activities like “GetText” and “GetOCRText” , but they too don’t give result with 100% accuracy.

Cheers
Rishabh

Boa tarde!
@SenzoD como configuro para que funcione?

I recently had to break three types of captcha.
1st - an image with mixed and confused characters.
2nd - the google recaptcha, asking to click on traffic lights, fire hydrants, buses, etc.
3rd - images that need to rotate until they are in the vertival direction.

All of them I broke with a third party api, you will find here https://2captcha.com/
You just need to take a look at the documentation and make the GET / POST requests using uiPath activities.

1 Like

@tainan.ramos

Do you have a workflow example for solving Google ReCaptcha using third party API?

1 Like

Unfortunately the flow I have is integrated into a larger flow that contains our business rule.
But you can easily do a test using the UiPath.Web.Activities package, this package will allow you to make REST requests. With that, just read the documentation at https://2captcha.com/ and start breaking your captchas.

1 Like

After a while, I isolated the code I use to break google’s v2 recaptcha.
Here is the project link: GitHub

2 Likes