public static string DecryptImage(
string imageFilepath,
string language = "eng"
)
Public Shared Function DecryptImage (
imageFilepath As String,
Optional language As String = "eng"
) As String
Dim imageFilepath As String
Dim language As String
Dim returnValue As String
returnValue = UtilAbcOcr.DecryptImage(imageFilepath,
language)
public:
static String^ DecryptImage(
String^ imageFilepath,
String^ language = L"eng"
)
static member DecryptImage :
imageFilepath : string *
?language : string
(* Defaults:
let _language = defaultArg language "eng"
*)
-> string
No code example is currently available or this language may not be supported.
[Missing <param name="language"/> documentation for "M:DevCase.ThirdParty.AbcOcr.UtilAbcOcr.DecryptImage(System.String,System.String)"]
No code example is currently available or this language may not be supported.
Dim result As String = DecryptImage("C:\Captcha.png", "eng")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.