1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. OcrConnectorBase
  8. /
  9. IsTextAreasSupported

IsTextAreasSupported

OcrConnectorBase.IsTextAreasSupported property

Gets the value that indicates whether the text areas extraction is supported.

public virtual bool IsTextAreasSupported { get; }

Property Value

true if the text areas extraction is supported; otherwise, false.

See Also