TextExtractorOptions.TextExtractorOptions

TextExtractorOptions(TextFormattingMode)

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

public TextExtractorOptions(TextFormattingMode formattingMode)
ParameterTypeDescription
formattingModeTextFormattingModeText formatting mode value.

See Also


TextExtractorOptions()

Initializes a new instance of the TextExtractorOptions object with ‘Raw’ (default) text formatting mode.

public TextExtractorOptions()

See Also