API Reference
Class
TesseractLanguageDataFile
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
- Property TesseractLanguageDataResult.Files
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.