API Reference

Class

TesseractLanguageDataOptions

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

Controls opt-in provisioning of immutable, checksum-verified Tesseract language data.

Inheritance

  • Object
  • TesseractLanguageDataOptions

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

Accepted by parameters

Constructors

public TesseractLanguageDataOptions() #

Properties

public String CacheDirectory { get; set; } #

Optional cache root. A versioned per-user OfficeIMO cache is used by default.

public HttpClient HttpClient { get; set; } #

Optional caller-owned HTTP client, useful for proxy configuration and deterministic tests.

public Int64 MaxBytesPerLanguage { get; set; } #

Maximum downloaded bytes for one trained-data file. Defaults to 32 MiB.