API Reference

Enum

TesseractRuntimeSource

Namespace OfficeIMO.Ocr.Tesseract
Assembly OfficeIMO.Ocr.Tesseract
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

How a Tesseract executable was located.

Inheritance

  • Enum
  • TesseractRuntimeSource

Usage

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

Values

public const TesseractRuntimeSource Explicit #

The caller supplied an explicit file path.

Value: 0
public const TesseractRuntimeSource Environment #

The OFFICEIMO_TESSERACT_PATH or TESSERACT_PATH environment variable supplied the path.

Value: 1
public const TesseractRuntimeSource Path #

The executable was found on the process search path.

Value: 2
public const TesseractRuntimeSource KnownLocation #

The executable was found in a known platform installation directory.

Value: 3