ImageGear .NET - Updated
Recognize Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPage Class : Recognize Method
Performs recognition, storing the recognition data in a file automatically managed by the recognition engine.
Syntax
'Declaration
 
Public Sub Recognize() 
'Usage
 
Dim instance As ImGearRecPage
 
instance.Recognize()
public void Recognize()
public: void Recognize(); 
public:
void Recognize(); 
Remarks
This method performs recognition, storing the recognized data in a recognition data file which is automatically managed by the recognition engine.

If the zone list is empty (i.e., there are no zones defined), the DECOMPOSITION page-layout decomposition process is activated automatically in order to create a zone list for the image before recognition.

The method utilizes the zone information to activate the appropriate recognition module on each zone. Each recognition module recognizes the image parts assigned to it in the zone list.

After all non-graphics zones on the page are recognized, the method collects the necessary information about the recognized characters into a homogenous structure, called the recognition result.

This method offers the services of the checking subsystem to either have suspect characters or words marked, or to allow auto-correction during the recognition process.

This method may activate one or more of the processes PID_RECOGNITION1, PID_RECOGNITION2, PID_RECOGNITION3.

See Also

Reference

ImGearRecPage Class
ImGearRecPage Members
ImGearRecognition Class
ImGearRecZone Class
ImGearRecZoneCollection Class
ImGearRecModuleCollection Class
ImGearRecPreprocessingSettings Class
ImGearRecLetter Class