API Reference

Class

PdfOcrMergeResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Normalized OCR merge result alongside the unchanged native logical document.

Inheritance

  • Object
  • PdfOcrMergeResult

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 PdfLogicalDocument NativeDocument { get; } #

Native parser logical model used for overlap decisions.

public IReadOnlyList<PdfOcrPageMergeResult> Pages { get; } #

OCR merge reports in requested page order.

public String Text { get; } #

Combined page text separated by blank lines.