API Reference

Class

OfficeDocumentOcrEnrichmentOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Options controlling how OCR text is merged into a document read result.

Inheritance

  • Object
  • OfficeDocumentOcrEnrichmentOptions

Usage

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

Accepted by parameters

Constructors

public OfficeDocumentOcrEnrichmentOptions() #

Properties

public Boolean RemoveResolvedCandidates { get; set; } #

Removes candidates that received OCR text from the enriched result's pending candidate list.

public Boolean RemoveResolvedOcrNeededDiagnostics { get; set; } #

Removes matching ocr-needed diagnostics for candidates that received OCR text.

public Boolean AppendRecognizedTextToMarkdown { get; set; } #

Appends recognized OCR text to the result-level Markdown payload.

public String BlockKind { get; set; } #

Logical block kind assigned to OCR-enriched text blocks.