SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / AnalyzeCharacter Method / AnalyzeCharacter(Image) Method
The Image object.




AnalyzeCharacter(Image) Method
Runs analysis of a single character from Image object.
Syntax
'Declaration
 
Public Overloads Function AnalyzeCharacter( _
   ByVal image As Image _
) As CharacterResult
 
'Usage
 
Dim instance As Reader
Dim image As Image
Dim value As CharacterResult
 
value = instance.AnalyzeCharacter(image)

Parameters

image
The Image object.

Return Value

CharacterResult from recognition
Exceptions
ExceptionDescription
Supported bit depth is 1-bits per pixel.
The image data cannot be read for format reasons other than an unsupported bit depth.
An invalid license is being used.
An area coordinate is outside the current image.
The stream cannot be null.
See Also