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.19.0+2160c7724ea9111cae8ed0e8ced3b10611191789
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