[]
        
(Showing Draft Content)

C1.TextParser.IExtractor.Extract

Extract Method

Extract(Stream, Encoding)

Execute the process of extraction from an input stream

Declaration
IExtractionResult Extract(Stream input, Encoding encoding = null)
Parameters
Type Name Description
Stream input

The input stream used by this IExtractor

Encoding encoding

The encoding used by the input stream. If the encoding is set null, then UTF8 encoding will be used

Returns
Type Description
IExtractionResult

Return IExtractionResult result of the process extract input text