Captcha extraction

Hi,
I need to extract the captcha from the image like this, I tried with some links by googling, but not success as expect, getting variation in upper- and lower-case letters.
Is there any other suggestions to get exact letters.

A CAPTCHA image shows distorted text on a grid background with options for audio and refresh, labeled "Captcha*" below. (Captioned by AI)

@Prasaanth_S2

Use Computer Vision cv activities.In that use Cv Get text activity to extract the capatcha

Hi @Prasaanth_S2

Try with Get OCR Text activity

Regards,

@Prasaanth_S2

UiPath offers built-in OCR activities like Tesseract OCR and Google OCR to handle CAPTCHAs. If these OCR tools are not effective, you can turn to third-party services such as DeathByCaptcha or Anti-Captcha for assistance.

Hope this helps!

1 Like

@Prasaanth_S2

The main idea of captcha is to make robots not pass it…better not to try read it as it would be unsuccessful or with a very low successrate

Instead try to have a human intervention in between may be by creating an action or sending email to reaolve and then continue accordingly

Much better would be to ask the application team for service account if that is a viable case

Cheers

2 Likes

Hie @Prasaanth_S2 Hope this link help you to solve your Query.

cheers Happy Automation