Click or drag to resize

TextExtractionUnit Enumeration

Defines the text extraction granularity.

Namespace:  Atalasoft.Imaging.Text
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[FlagsAttribute]
public enum TextExtractionUnit
Members
  Member nameDescription
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