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

    Variable ScanbotDocumentEnhancerConst

    ScanbotDocumentEnhancer: {
        straightenImage(
            params: {
                image: ImageInput;
                priorCornersNormalized?: Point[];
                straighteningParameters: DocumentStraighteningParameters;
            },
        ): Promise<DocumentStraighteningResult>;
    }

    Entry point for all Document Enhancer features.

    Type Declaration