OCRConfigurationFileTypes Property

Gets or sets the comma separate list of interpreter names that should be OCR analyzed for text, e.g. "png,jpg,tif" To analyze ALL available extensions set this value to an empty string, to switch off OCR analysis set the Active property to false.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public string FileTypes { get; set; }

Property Value

String

See Also