SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / AnalyzeField Method / AnalyzeField(Image) Method
The object containing an image to recognize.




AnalyzeField(Image) Method
Runs analysis of a field on an Image object.
Syntax
'Declaration
 
Public Overloads Function AnalyzeField( _
   ByVal image As Image _
) As TextBlockResult
 
'Usage
 
Dim instance As Reader
Dim image As Image
Dim value As TextBlockResult
 
value = instance.AnalyzeField(image)

Parameters

image
The object containing an image to recognize.

Return Value

TextBlockResult from recognition
Exceptions
ExceptionDescription
Supported bit depths are 1-, 8-, 24- and 32-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