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 | Value | Description |
CommaSeparatedText | 1 |
The lines of text recognized on a page are presented as separate text enclosed in quotation marks.
|
FormattedText | 2 |
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 | 0 |
The lines of text recognized on a page are presented as separate lines in the output.
|
XmlWithCoordinates | 3 |
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