API Reference
Interface
IOcrEngineProvider
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
- Method OcrEngineCatalog.Register
Methods
public abstract IOcrEngine Create(IReadOnlyDictionary<String, String> options) #Returns:
IOcrEngineCreates one configured engine from bounded scalar options.
Parameters
- options System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}