ImageGear .NET v25.1 - Updated
ImGearOCRDirectTextFormat Enumeration




ImageGear.OCR Assembly > ImageGear.OCR Namespace : ImGearOCRDirectTextFormat Enumeration
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
CommaSeparatedText1 The lines of text recognized on a page are presented as separate text enclosed in quotation marks.
FormattedText2 The 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.
SimpleText0 The lines of text recognized on a page are presented as separate lines in the output.
XmlWithCoordinates3 The 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

Reference

ImageGear.OCR Namespace