Error while capturing CAPTCA

image
I am having captcha like this …
Please let me know how can i get these kind of random as string instead of taking manual input.

Hi @Satyam_Shrivastava

You can use the Get OCR Text activity and indicate the Captcha. You will get the output as Text.

Hope it helps!!

Hi @Satyam_Shrivastava ,

  • “Get Text”
  • “Get OCR Text”.
  • If both fail, use “CV Get Text”.

Additionally Implement a retry mechanism with a limit of five attempts.

  • If all attempts fail,

Then you can consider using the DeathByCaptcha API call method Which is a paid model.

Hope it helps you out!

Hi @Vikas_M @mkankatala
the below mentioned is my website
https://services.gst.gov.in/services/login

Please let me know the flow to only read captcha…

In the website where I’ll find the Captcha… @Satyam_Shrivastava

Could you specify some page or place in it.

Once you write anything in “Username” you will get captcha

Hi @Satyam_Shrivastava ,

I have tried with Tessaract OCR, UiPath Document OCR,UiPath Screen OCR, CV Get Text but it doesn’t crack the captcha from that website.

The only solution that I would suggest is to use third party applications like “Death by captcha” or some other API calls or maybe through Chrome Extensions

Hope it helps you out!