UseRawTextExtraction

TextOptions.UseRawTextExtraction property

Gets or sets a value indicating whether the raw mode is used for text extraction if possible. The default value is true. The raw mode can significantly increase the indexing speed, but normal mode improves the formatting of the extracted text.

public bool UseRawTextExtraction { get; set; }

Property Value

A value indicating whether the raw mode is used for text extraction if possible.

See Also