TextExtractionUnit Enumeration |
Defines the text extraction granularity.
Namespace:
Atalasoft.Imaging.Text
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax[FlagsAttribute]
public enum TextExtractionUnit
<FlagsAttribute>
Public Enumeration TextExtractionUnit
Members|
| Member name | Description |
|---|
| None |
Extraction unit is not specified.
|
| Glyph |
Each segment represents individual glyph.
|
| Word |
Each segment represents individual world.
|
| Line |
Each segment represents one or more words merged together.
|
See Also