Specifies the formats of Direct Text Output.
Syntax
'Declaration
Public Enum ImGearOCRDirectTextFormat
Inherits System.Enum
public enum ImGearOCRDirectTextFormat : System.Enum
__value public enum ImGearOCRDirectTextFormat : public System.Enum
public enum class ImGearOCRDirectTextFormat : public System.Enum
Members
Member | Description |
CommaSeparatedText |
The lines of text recognized on a page are presented as separate text enclosed in quotation marks.
|
FormattedText |
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.
|
SimpleText |
The lines of text recognized on a page are presented as separate lines in the output.
|
XmlWithCoordinates |
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