Class TesseractVersion
Inheritance
System.Object
TesseractVersion
Assembly: IronOcr.dll
Syntax
public sealed class TesseractVersion : Enum
TesseractVersion names the native Tesseract engine generation the dynamic loader binds to when it sets up the underlying OCR runtime. Tesseract5 selects the current fifth-generation engine, the default and recommended choice for new work, while Tesseract4 pins the older fourth-generation engine for projects that need the previous behavior. Most code never touches this value, since IronOCR loads a supported engine automatically. The IronTesseract how-to covers configuring the engine for a read.
Fields
Tesseract4
Declaration
public const TesseractVersion Tesseract4
Field Value
Tesseract5
Declaration
public const TesseractVersion Tesseract5
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|