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.20.0+32c3b3a21152d09e640f60dd999580d661b73c71
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