Accusoft.Forms1 - Updated
AnalyzeField(Object) Method



Accusoft.SmartZoneOCRSdk Namespace > Reader Class > AnalyzeField Method : AnalyzeField(Object) Method
The object that holds image data to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method. An example of such a type is the Accusoft.ImagXpress.ImageX object.
Runs analysis of a field on the given object.
Syntax
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Function AnalyzeField( _
   ByVal Target As Object _
) As TextBlockResult
Dim instance As Reader
Dim Target As Object
Dim value As TextBlockResult
 
value = instance.AnalyzeField(Target)

Parameters

Target
The object that holds image data to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method. An example of such a type is the Accusoft.ImagXpress.ImageX object.

Return Value

TextBlockResult from recognition
See Also

Reference

Reader Class
Reader Members
Overload List