API Reference

Class

PdfOcrResponse

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

OCR provider response for one page.

Inheritance

  • Object
  • PdfOcrResponse

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

Constructors

public PdfOcrResponse(IEnumerable<PdfOcrWord> words, IEnumerable<String> diagnostics = null) #

Creates a provider response.

Parameters

words System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.PdfOcrWord} requiredposition: 0
diagnostics System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 1

Properties

public IReadOnlyList<PdfOcrWord> Words { get; } #

Recognized words in pixel coordinates from the top-left.

public IReadOnlyList<String> Diagnostics { get; } #

Provider diagnostics retained in the merge report.