Enum OneOcrSource
Specifies how the OneOCR engine files are obtained.
Namespace: Zaya.OCR.Impl.OneOcr.Models
Assembly: Zaya.OCR.Impl.OneOcr.dll
Syntax
public enum OneOcrSource
Fields
| Name | Description |
|---|---|
| Auto | Try SnippingTool first; if not found, download from URL.
Dictionary value: |
| Directory | Load from a local directory containing oneocr.dll, onnxruntime.dll, and oneocr.onemodel.
Dictionary value: |
| SnippingTool | Auto-detect from the Windows 11 SnippingTool installation.
Dictionary value: |
| Url | Download from a URL.
Dictionary value: |