Method | Description | |
---|---|---|
GetRetrieveText ( OcrResults results ) : string |
Retrieve text from the given OCR results object.
|
|
RecognizeText ( string imagePathOrUrl, bool detectOrientation = true, string languageCode = LanguageCodes.AutoDetect ) : OcrResults |
Recognize text from given image.
|
|
VisionHelper ( string subscriptionKey ) : System |
Initializes a new instance of the VisionHelper class.
|
Method | Description | |
---|---|---|
ShowError ( string errorMessage ) : void |
Show error message.
|
|
ShowInfo ( string workStr ) : void |
Show the working item.
|
|
ShowResult ( string resultMessage ) : void |
Show result message.
|
public GetRetrieveText ( OcrResults results ) : string | ||
results | OcrResults | The OCR results. |
return | string |
public RecognizeText ( string imagePathOrUrl, bool detectOrientation = true, string languageCode = LanguageCodes.AutoDetect ) : OcrResults | ||
imagePathOrUrl | string | The image path or url. |
detectOrientation | bool | if set to |
languageCode | string | The language code. |
return | OcrResults |
public VisionHelper ( string subscriptionKey ) : System | ||
subscriptionKey | string | The subscription key. |
return | System |