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.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public string FileTypes { get; set; }
public:
property String^ FileTypes {
String^ get ();
void set (String^ value);
}
Property Value
String