API Reference

Interface

IOfficeOcrEngine

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers abstract

Recognizes text for one bounded OCR candidate without coupling the Reader core to a specific engine or service SDK.

Usage

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

Accepted by parameters

Methods

public abstract ValueTask<OfficeOcrEngineResult> RecognizeAsync(OfficeOcrEngineRequest request, CancellationToken cancellationToken = null) #
Returns: ValueTask<OfficeOcrEngineResult>

Recognizes text and optional detailed spans for one candidate asset.

Parameters

request OfficeIMO.Reader.OfficeOcrEngineRequest requiredposition: 0
cancellationToken System.Threading.CancellationToken = null optionalposition: 1

Properties

public abstract String Id { get; } #

Stable provider identifier used in diagnostics and enrichment metadata.

public abstract OfficeOcrEngineCapabilities Capabilities { get; } #

Capabilities exposed by this engine instance.