Class TextExtractorOptions

Info

Represents text extraction options for the Documentize.TextExtractor plugin.

public sealed class TextExtractorOptions

Inheritance

objectTextExtractorOptions

Inherited Members

Constructors

TextExtractorOptions(TextFormattingMode)

Initializes a new instance of the Documentize.TextExtractorOptions object for the specified text formatting mode.

public TextExtractorOptions(TextFormattingMode formattingMode = TextFormattingMode.Raw)

Parameters

Properties

FormattingMode

Gets formatting mode.

public TextFormattingMode FormattingMode { get; set; }

Property Value

TextFormattingMode

Inputs

Returns Inputs data for operation.

public List<idatasource> Inputs { get; }

Property Value

List<IDataSource>

Methods

AddInput(IDataSource)

Adds new Data to Inputs.

public void AddInput(IDataSource dataSource)

Parameters

Namespace: Documentize Assembly: Documentize.dll

 English