ImageGear .NET v24.12 - Updated
Locate() Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class > Locate Method : Locate() Method
Automatically locates zones by examining the entire image.
Syntax
'Declaration
 
Public Overloads Sub Locate() 
'Usage
 
Dim instance As ImGearRecZoneCollection
 
instance.Locate()
public void Locate()
public: void Locate(); 
public:
void Locate(); 
Remarks
This method is used for parsing the image (also called: auto-zoning), i.e. it analyzes the structure of the page layout of the image and locates blocks for further processing.

This method performs the analysis over the entire image area. An overload Locate(ImGearRectangle) method is available to analyze a specified area of the image.

This method finds text or graphics blocks within the specified area, builds a zone list and then stores it along with the ImGearRecPage object.

This method activates the DECOMPOSITION process.

See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members
Overload List