Text |
The mode for processing text in OCR
public enum TextProcessingMode
| Member name | Value | Description |
|---|---|---|
| None | 0 | Do not process text. |
| Update | 1 | Only process text that is not extractable. For all characters that have no meaningful Unicode, OCR processing is used to determine the Unicode. This is the recommended mode to make text extractable. |
| Replace | 2 | Process all text. OCR is used to determine the Unicode of all characters, even if they seemingly have Unicode information. This is useful for documents that possibly contain wrong Unicode information. |