API Reference

Class

TesseractOcrRuntimeEvidence

Namespace OfficeIMO.Ocr.Tesseract
Assembly OfficeIMO.Ocr.Tesseract
Modifiers sealed

Runtime and language evidence captured when a Tesseract OCR session is created.

Inheritance

  • Object
  • TesseractOcrRuntimeEvidence

Usage

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

Returned or exposed by

Properties

public TesseractRuntimeInfo Runtime { get; } #

Resolved executable and trained-data location.

public String EngineVersion { get; } #

First line reported by tesseract --version.

public IReadOnlyList<String> Languages { get; } #

Languages reported by the final configured engine.

public TesseractLanguageDataResult ProvisionedLanguageData { get; } #

Checksum-verified language data provisioned while creating the session, when needed.