API Reference

Class

PdfOcrPageMergeResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Accepted OCR words and evidence for one page.

Inheritance

  • Object
  • PdfOcrPageMergeResult

Usage

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

Returned or exposed by

Properties

public Int32 PageNumber { get; } #

One-based page number.

public IReadOnlyList<PdfRecognizedWord> Words { get; } #

Accepted normalized OCR words.

public Int32 RejectedLowConfidenceCount { get; } #

Words rejected below confidence threshold.

public Int32 RejectedNativeOverlapCount { get; } #

Words rejected because native PDF text already covers the region.

public IReadOnlyList<String> Diagnostics { get; } #

Provider and normalization diagnostics.

public String Text { get; } #

Native and accepted OCR text in approximate visual order.