ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPage Class
Properties Methods


In This Topic
    ImGearOCRPage Class Members
    In This Topic

    The following tables list the members exposed by ImGearOCRPage.

    Public Properties
     NameDescription
    Public PropertyGets an array of the detected languages on the page.  
    Public PropertyGets access to image properties and processing methods.  
    Public PropertyGets reference to parent ImGearOCR class object.  
    Public PropertyReturns a string representation of the text found on the page.  
    Public PropertyGets 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 MethodOverloaded. Creates a new page in the given PDF document and populates it with recognized text and image.  
    Public MethodFrees all data associated with this object.  
    Public MethodReturns an array of letters describing the recognized data.  
    Public MethodOverloaded. Automatically locates zones by examining the entire image.  
    Public MethodPopulates an existing PDF page in a PDF document with recognized text and/or image.  
    Public MethodPerforms recognition, storing all the recognition data inside this object recognition engine.  
    Top
    See Also