Text |
Flags specifying which text to skip during OCR processing
[FlagsAttribute] public enum TextSkipMode
| Member name | Value | Description |
|---|---|---|
| None | 0 | Do not skip any text in text OCR processing. |
| KnownSymbolic | 1 | Skip text of all fonts that are known to be symbolic, e.g. "ZapfDingbats" or "Wingdings". |
| PrivateUseArea | 2 | Skip text with Unicodes from Private Use Areas (PUA), i.e. accept Unicodes from PUA as meaningful. |