[]
Execute the process of extraction from an input stream
IExtractionResult Extract(Stream input, Encoding encoding = null)
| 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 |
| Type | Description |
|---|---|
| IExtractionResult | Return IExtractionResult result of the process extract input text |