Class PdfExtractorOptions

Info

Represents options for the TextExtractor and ImageExtractor plugins.

public abstract class PdfExtractorOptions : IPluginOptions

Inheritance

objectPdfExtractorOptions

Derived

Implements

Inherited Members

Remarks

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

Properties

Inputs

Returns PdfExtractor plugin data collection.

public List<idatasource> Inputs { get; }

Property Value

List<IDataSource>

OperationName

Returns operation name

public virtual string OperationName { get; }

Property Value

string

Methods

AddInput(IDataSource)

Adds new data source to the PdfExtractor plugin data collection.

public void AddInput(IDataSource dataSource)

Parameters

Namespace: Documentize Assembly: Documentize.dll

 English