Click or drag to resize

IUnsupportedExtractorExtractContent Method

Extracts document text using a proprietary binary-to-text extractor.

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
DocumentContent ExtractContent()

Return Value

DocumentContent
Returns a DocumentContent object that contains the extracted text.
Remarks
This method extracts useful text (if any) from binary via a proprietary binary-to-text algorithm. The algorithm extracts text for UTF-16 (latin unicode range), UTF-8, and code page 1252 encodings.
See Also