Extract

Extractor.Extract method

Extracts data from a document.

public ExtractedData Extract(Document document, ExtractionOptions extractionOptions)
Parameter Type Description
document Document The document from file system, stream or structure.
extractionOptions ExtractionOptions The extraction options.

Return Value

The extracted data of the document.

See Also