UtilAbcOcrDecryptImage(Bitmap, String) Method

Decrypts a image into text.

Definition

Namespace: DevCase.ThirdParty.AbcOcr
Assembly: DevCase.net48.ThirdParty.AbcOcr (in DevCase.net48.ThirdParty.AbcOcr.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string DecryptImage(
	Bitmap image,
	string language = "eng"
)

Parameters

image  Bitmap
The captcha image to decrypt.
language  String  (Optional)

[Missing <param name="language"/> documentation for "M:DevCase.ThirdParty.AbcOcr.UtilAbcOcr.DecryptImage(System.Drawing.Bitmap,System.String)"]

Return Value

String
The resulting text.

Remarks

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

https://www.websupergoo.com/products.aspx#abcocr

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also