Class PdfExtractorOptions

PdfExtractorOptions class

Represents options for the TextExtractor and ImageExtractor plugins.

public abstract class PdfExtractorOptions : IPluginOptions

Properties

NameDescription
Inputs { get; }Returns PdfExtractor plugin data collection.
virtual OperationName { get; }Returns operation name

Methods

NameDescription
AddInput(IDataSource)Adds new data source to the PdfExtractor plugin data collection.

Remarks

The PdfExtractorOptions contains base functions to add data (files, streams) representing input PDF documents. Please create TextExtractorOptions or ImageExtractorOptions instead of this.

See Also