ImageGear for .NET
Locate() Method
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class > Locate Method : Locate() Method




Glossary Item Box

Automatically locates zones by examining the entire image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.