[]
Execute the process of extracting from the input text stream
public IExtractionResult Extract(Stream input, Encoding encoding = null)
Public Function Extract(input As Stream, Optional encoding As Encoding = Nothing) As IExtractionResult
| Type | Name | Description |
|---|---|---|
| Stream | input | The text stream into the extractor process |
| Encoding | encoding | The encoding of the input stream. If the encoding is set to null (default input value), then UTF8 encoding is used |
| Type | Description |
|---|---|
| IExtractionResult | Return a IExtractionResult instance containing the extraction results |
| Type | Condition |
|---|---|
| ArgumentNullException |