Page |
The mode for processing pages in OCR
public enum PageProcessingMode
| Member name | Value | Description |
|---|---|---|
| None | 0 | Do not process pages. |
| All | 1 | Process all pages that are not empty. |
| IfNoText | 2 | Process all pages that contain content but no text. |
| AddResults | 3 | Do not trigger OCR processing of pages. But if pages are OCR processed due to another OCR mode, add results as OCR text to pages. |