ImageGear .NET v25.1 - Updated
ImGearOCRPage Class Members
Properties  Methods 


ImageGear.OCR Assembly > ImageGear.OCR Namespace : ImGearOCRPage Class

The following tables list the members exposed by ImGearOCRPage.

Public Properties
 NameDescription
Public Property Gets an array of the detected languages on the page.  
Public Property Gets access to image properties and processing methods.  
Public Property Gets reference to parent ImGearOCR class object.  
Public Property Returns a string representation of the text found on the page.  
Public Property Gets collection of recognition zones.  
Public PropertyGets or sets the character sequence used to join recognized text from different zones. For compatibility with previous versions, this set by default to " \r\n". Note that this string is not inserted into the output of the GetLetters method. When using that method, check the ImGearOCRLetter.ZoneIndex property to determine which zone the charater was found in instead.  
Top
Public Methods
 NameDescription
Public Method Frees all data associated with this object.  
Public Method Returns an array of letters describing the recognized data.  
Public MethodOverloaded.  Automatically locates zones by examining the entire image.  
Public Method Populates an existing PDF page in a PDF document with recognized text and/or image.  
Public Method Performs recognition, storing all the recognition data inside this object recognition engine.  
Top
Protected Methods
 NameDescription
Protected MethodOverloaded.  Creates a new page in the given PDF document and populates it with recognized text and image.  
Top
See Also

Reference

ImGearOCRPage Class
ImageGear.OCR Namespace