Extract Method (TemplateBasedExtractor)
Execute the process of extracting from the input text stream
Parameters
- input
- The text stream into the extractor process
- encoding
- The encoding of the input stream. If the encoding is set to null (default input value), then UTF8 encoding is used
Return Value
Return a
IExtractionResult instance containing the extraction results
Exception | Description |
System.ArgumentException | The exception that is thrown when one of the arguments provided to a method is not valid. |
System.ArgumentNullException | The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. |