IUnsupportedExtractorExtractContent Method |
Extracts document text using a proprietary binary-to-text extractor.
Namespace: OpenDiscoverSDK.Interfaces.ExtractorsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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