ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRDirectTextFormat Enumeration




In This Topic
    ImGearOCRDirectTextFormat Enumeration
    In This Topic
    Specifies the formats of Direct Text Output.
    Syntax
    'Declaration
     
    Public Enum ImGearOCRDirectTextFormat 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearOCRDirectTextFormat
    public enum ImGearOCRDirectTextFormat : System.Enum 
    __value public enum ImGearOCRDirectTextFormat : public System.Enum 
    public enum class ImGearOCRDirectTextFormat : public System.Enum 
    Members
    MemberValueDescription
    CommaSeparatedText1The lines of text recognized on a page are presented as separate text enclosed in quotation marks.
    FormattedText2The blocks of text recognized on a page are presented as separate paragraphs in the output. The lines in the block of text correspond to the lines in the paragraph.
    SimpleText0The lines of text recognized on a page are presented as separate lines in the output.
    XmlWithCoordinates3The data of the blocks and lines of text recognized on a page is provided in XML format and includes its coordinates and direction.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.OCR.ImGearOCRDirectTextFormat

    See Also