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