Class TesseractVersion
Selects between different binary versions of Tesseract.
Inheritance
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public sealed class TesseractVersion : Enum
Selecting which bundled Tesseract binary IronOCR runs sets TesseractConfiguration.TesseractVersion to a TesseractVersion value. Tesseract5 targets the version 5 engine, the current generation that pairs the LSTM neural model with the classic recognizer for the best accuracy. The Tesseract 5 example reads with the version 5 engine.
ocr.Configuration.TesseractVersion = TesseractVersion.Tesseract5;Fields
Tesseract5
Tesseract 5.1
Declaration
public const TesseractVersion Tesseract5
Field Value
| Type | Description |
|---|---|
| TesseractVersion |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |