PdfJsModule.normalizeUnicode method
PdfJsModule › normalizeUnicode
Unofficial
Normalizes the Unicode of the given text so that it can be searched and copied as typed.Signature:
normalizeUnicode(text: string): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | The text to normalize. |
Returns: string — The normalized text.