API Reference

Interface

IOcrEngineProvider

Namespace OfficeIMO.Ocr
Assembly OfficeIMO.Ocr
Modifiers abstract

Factory implemented by optional OCR packages or host integrations.

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 IOcrEngine Create(IReadOnlyDictionary<String, String> options) #
Returns: IOcrEngine

Creates one configured engine from bounded scalar options.

Parameters

options System.Collections.Generic.IReadOnlyDictionary{System.String,System.String} requiredposition: 0

Properties

public abstract String Id { get; } #

Stable provider identifier.

public abstract String DisplayName { get; } #

Human-readable provider name.

public abstract OcrEngineCapabilities Capabilities { get; } #

Capabilities available from engines created by this provider.