Link Search Menu Expand Document

IBaseTextExtractorNormalizeText Property

Set whether the extracted text should be normalized. Default is false.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
bool NormalizeText { get; set; }

Property Value

Type: Boolean
Remarks
Some applications are unable to correctly render Unicode spaces and hyphens. The normalization replaces them with normal ' ' and '-' characters.
See Also

Reference