1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. OcrIndexingOptions
  8. /
  9. EnabledForSeparateImages

EnabledForSeparateImages

OcrIndexingOptions.EnabledForSeparateImages property

Gets or sets a value indicating whether to recognize text in separate image files. The default value is false.

public bool EnabledForSeparateImages { get; set; }

Property Value

A value indicating whether to recognize text in separate image files.

See Also