API Reference
Class
PdfOcrMergeOptions
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
- Method PdfDocumentReader.OcrAsync
Constructors
public PdfOcrMergeOptions() #Inherited Methods
Properties
public PdfPageSelection Selection { get; set; } #Pages sent to the OCR provider; null means every page.
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.