Simple Anti-Captcha
Solves image-based CAPTCHAs using Anti-Captcha service. Provide an image path to a CAPTCHA, and the service will process it to retrieve and output the solution.
Category: CAPTCHA Solving · Group: Captcha · Activity name: SimpleAntiCaptcha

Example
outputVariable = SimpleAntiCaptcha("<filePath>", "<apiKey>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Image Path | string | Yes | The file path of the CAPTCHA image to be solved. | |
| AntiCaptcha API Key | string | Yes | Your unique API key for the Anti-Captcha service. This key is required to authenticate and use their CAPTCHA-solving functionality |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the resolved CAPTCHA text. |