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.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
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