Show / Hide Table of Contents

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: auto.

Directory

Load from a local directory containing oneocr.dll, onnxruntime.dll, and oneocr.onemodel. Dictionary value: directory.

SnippingTool

Auto-detect from the Windows 11 SnippingTool installation. Dictionary value: snippingtool.

Url

Download from a URL. Dictionary value: url.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX