How can I automate solving text captchas in UiPath? I am new to UiPath and would like to understand the best approach to handle text-based captchas in an automation process. Since captchas are designed to prevent automation, I know that solving them programmatically can be challenging. Are there any built-in UiPath activities, OCR engines, or third-party services that can be used to extract text from captchas? Additionally, how can I integrate such solutions into my workflow while ensuring accuracy and compliance with ethical guidelines? A step-by-step explanation or best practices would be really helpful. Thank you!
Hey @Sole_Geming
Solving text-based captchas in UiPath can be done using third-party services like 2Captcha or AntiCaptcha, which are specifically designed for this purpose. You can integrate them into your automation using HTTP Request activities to send the captcha image and receive the solved text in response.
Welcome to the community
Well firstly as you mentioned they are to avoid automations and have humans…but there are ways to try but not inbuilt or any official activities that are present to do such tasks
You might need to rely in 3rd path libraries as @pikorpa mnetioned or leverage python and use python activities in your code
Cheers
Hi @Sole_Geming ,
As @pikorpa suggest you can leverage those packages we would recommend.
since you requested step-by-step explanation , you can go through the below video to get an idea of extracting captchas
All About recaptcha with UIPath
Please let us know, any one method worked, looking forward for your answer
Happy Automation!