Click or drag to resize

ContentExtractionSettingsUnsupportedFiltering Property

Binary-to-text filtering of unsupported/unknown document file format settings.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public UnsupportedFilteringSettings UnsupportedFiltering { get; set; }

Property Value

UnsupportedFilteringSettings
Remarks

Filtering unsupported/unknown file formats uses a proprietary binary-to-text filtering algorithm that attempts to extract as much UTF8, UTF-16LE (Latin languages only), and code page 1252 encoded text from the document's binary. In many cases, useful text for indexing or searching can be extracted from unknown/corrupted/unsupported file formats using binary-to-text filtering (see Unsupported).

See Also