Search Results for

    Show / Hide Table of Contents

    Enum TesseractEngineMode

    Allows the developer to choose the algorithm Tesseract will use for OCR. TesseractAndLstm is the recommended behavior for IronOCR.

    Namespace: IronOcr
    Assembly: IronOcr.dll
    Syntax
    public enum TesseractEngineMode

    Fields

    Name Description
    Default

    The default OCR engine is used (currently LSTM-based OCR engine).

    LstmOnly

    Only the new LSTM-based OCR engine is used. Uses a pre programmed neural net. (Tesseract 4 + 5 Mode)

    TesseractAndLstm

    Both the legacy and new LSTM based OCR engine is used. (Recommended for a good balance of speed and performance)

    TesseractOnly

    Only the legacy tesseract OCR engine is used. (Tesseract 3 OEM Mode)

    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget