NineKwCaptchaHelperSolveCaptcha Method

Solves the specified captcha image.

Definition

Namespace: DevCase.ThirdParty.NineKwCaptcha
Assembly: DevCase.net48.ThirdParty.9KwCaptcha (in DevCase.net48.ThirdParty.9KwCaptcha.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string SolveCaptcha(
	string imagePath,
	int timeout = 120000
)

Parameters

imagePath  String
The image path.
timeout  Int32  (Optional)
The maximum timeout, in milliseconds, to wait for a captcha to be solved.

The function returns if the timeout interval is exceed. Default value is 120000 (2 minutes).

Return Value

String
The solved captcha text.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

https://www.nuget.org/packages/CodeScales.Http

See Also