capacitor-plugin-scanbot-sdk
    Preparing search index...

    Type Alias OcrTesseractConfiguration

    Slow but powerful OCR engine. Supports non-Latin languages.

    type OcrTesseractConfiguration = {
        engineMode: "TESSERACT";
        languages: string[];
    }
    Index

    Properties

    engineMode: "TESSERACT"
    languages: string[]