VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrPage Class
Constructors Properties Methods SeeAlso
In This Topic
    OcrPage Class Members
    In This Topic
    The following tables list the members exposed by OcrPage.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the file name, which is associated with this page.
    Public PropertyGets or sets the zero-based index of page in image file, which is associated with this page.
    Public PropertyGets a list of regions of this page.
    Public PropertyGets or sets the resolution of this page.
    Public Methods
     NameDescription
    Public MethodCleanups the current page.
    Public MethodCreates a new OcrPage that is a copy of the current instance.
    Public Methodstatic (Shared in Visual Basic)Creates OCR page from specified text region.
    Public MethodOverloaded. Returns a formatted text of this page.
    Public MethodReturns the languages of this page.
    Public MethodOverloaded. Returns an array of objects with specified confidence.
    Public MethodReturns a text of this page.
    Public MethodReturns an array of OcrWord objects with specified confidence.
    Public MethodApplies a transformation matrix to this OcrPage.
    See Also