Extract

Indexer.Extract method

Extracts data from documents.

public void Extract(IList<Document> documents, IList<string> passwords, IndexingOptions options)
Parameter Type Description
documents IList`1 The documents to be extracted.
passwords IList`1 The document passwords.
options IndexingOptions The extraction options.

See Also