API Reference

Class

PdfOcrMergeOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Controls OCR rendering, confidence filtering, and native-text overlap removal.

Inheritance

  • Object
  • PdfOcrMergeOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public PdfPageSelection Selection { get; set; } #

Pages sent to the OCR provider; null means every page.

public Double Dpi { get; set; } #

OCR render DPI.

public Double MinimumConfidence { get; set; } #

Minimum accepted provider confidence from 0 through 1.

public Double NativeTextOverlapThreshold { get; set; } #

Overlap ratio at which OCR words duplicating native text are removed.

public Int32 MaxPages { get; set; } #

Maximum pages sent to the provider.

public Int64 MaxPixelsPerPage { get; set; } #

Maximum pixels rendered per page.