IBaseTextExtractorNormalizeText Property ByteScout PDF Extractor SDK
Set whether the extracted text should be normalized. Default is false.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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