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.20.0+32c3b3a21152d09e640f60dd999580d661b73c71
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