Image |
The mode for processing images in OCR
public enum ImageProcessingMode
| Member name | Value | Description |
|---|---|---|
| None | 0 | Do not process images. |
| UpdateText | 1 | Only process images that have no OCR text. This is the recommended mode to make scanned pages searchable while preserving existing OCR text. |
| ReplaceText | 2 | Process all images and remove existing OCR text. Use this mode to re-OCR all images, replacing any previously generated text. |
| RemoveText | 3 | Remove existing OCR text without performing new OCR. This mode does not require an OCR engine. |
| IfNoText | 4 | Process images only if the document contains no text at all. |