Click or drag to resize
Pdftools logo

PageProcessingMode Enumeration

The mode for processing pages in OCR


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.18.0+b1d0ba2880e819b0af6ed309ecaa192439f42fd7
Syntax
C#
public enum PageProcessingMode
Members
Member nameValueDescription
None0 Do not process pages.
All1 Process all pages that are not empty.
IfNoText2 Process all pages that contain content but no text.
AddResults3 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.
See Also