Solve an image captcha
capskip_solve_image_captchaSolves distorted-text image captchas by extracting the text and returning it for entry into the captcha field. Accepts local file paths, URLs, data URIs, or raw base64 strings.
Instructions
Read the text out of a distorted-text captcha image. Returns the recognized text, which you type into the page's captcha field. Proxies are not supported for image captchas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | The captcha image: a local file path, an http(s) URL, a data: URI, or a raw base64 string. | |
| timeout | No | Seconds to wait before giving up. Maximum 600. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| captchaId | Yes | ||
| solveSeconds | Yes |