API Reference

Class

PdfOcrMergeResult

Namespace OfficeIMO.Pdf.Ocr
Assembly OfficeIMO.Pdf.Ocr
Modifiers sealed

Normalized OCR merge result with native overlap evidence and the parsed 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.

Properties

public PdfDocumentReadResult NativeDocument { get; } #

Native parser logical model used for overlap decisions.

public PdfDocumentReadResult Document { get; } #

Canonically parsed logical model containing accepted OCR evidence in addition to native content. Pass this model directly to the Word, Excel, PowerPoint, HTML, RTF, or OpenDocument reverse converters.

public Int32 AcceptedWordCount { get; } #

Number of accepted OCR words across all requested pages.

public Boolean HasAcceptedOcrContent { get; } #

True when at least one OCR word passed merge filtering and was supplied to the parsed document.

public IReadOnlyList<PdfOcrPageMergeResult> Pages { get; } #

OCR merge reports in requested page order.

public String Text { get; } #

Combined page text separated by blank lines.