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.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
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