API Reference

Class

TesseractLanguageDataFile

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

One verified local trained-data file.

Inheritance

  • Object
  • TesseractLanguageDataFile

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 String Language { get; } #

Tesseract language identifier.

public String Path { get; } #

Absolute local file path.

public String Sha256 { get; } #

Verified lowercase SHA-256 digest.

public Int64 ByteCount { get; } #

Verified file length.

public Boolean Downloaded { get; } #

True when this call downloaded the file; false when a valid cached file was reused.