Click or drag to resize
Pdftools logo

TextSkipMode Enumeration

Flags specifying which text to skip during OCR processing


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.18.0+b1d0ba2880e819b0af6ed309ecaa192439f42fd7
Syntax
C#
[FlagsAttribute]
public enum TextSkipMode
Members
Member nameValueDescription
None0 Do not skip any text in text OCR processing.
KnownSymbolic1 Skip text of all fonts that are known to be symbolic, e.g. "ZapfDingbats" or "Wingdings".
PrivateUseArea2 Skip text with Unicodes from Private Use Areas (PUA), i.e. accept Unicodes from PUA as meaningful.
See Also