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.17.0+23d126d295bd5cb25c315a91f72f3e0c111acb34
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