[]
Execute the process of extracting from the input text stream
public IExtractionResult Extract(Stream input, Encoding encoding = null)
| 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 |
|---|---|
| ArgumentException | |
| ArgumentNullException |