Hi Friends,
Please help me out to read this captcha and type in the captcha box while logging. I cant able to read this captcha by classic UiPath activities.
Please help me out to read this captcha with some new ideas or methods.
Thanks.
Hi Friends,
Please help me out to read this captcha and type in the captcha box while logging. I cant able to read this captcha by classic UiPath activities.
Please help me out to read this captcha with some new ideas or methods.
Thanks.
Hi @sarvesh.b
There are several ways to solve the Captcha
Check out this link (It will work only in Legacy)
Use an Input Dialog activity and ask the user to enter the captcha manually. Then you can use a Type Into activity to fill the captcha on the website.
Use an OCR method to read the text from the captcha image. You can use one of the UiPath OCR activities like Microsoft OCR, Google OCR, or Tesseract OCR
Check out this document
Regards
Gokul
@sarvesh.b
you can use python launguage to read the captcha. the script which blacks the background and then reads the text. it may help.
else you have to use third party app where you have to upload the img and get the output as string or object
Best regards.
What we’ve done in the past is get a screenshot of the captcha selector, multiple if animated, attach the .png to an email message, and send it to authorized users in a given department to be solved.
The bot waits for a reply of a solution or a maximum time based on the circumstance. After retrieving the email message the solution is entered and the process moves along. This can be done for a picture captcha but you have to get a little creative.
I would avoid using software that solves captcha. That practice is unethical.