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

    Variable ScanbotImageProcessorConst

    ScanbotImageProcessor: { readImageData(imageFileUri: string): Promise<string> }

    Entry point for all image processing features.

    Type Declaration

    • readImageData: function
      • Reads image data from the given file uri and returns it as a Base 64 encoded string.

        Parameters

        • imageFileUri: string

          File uri of the image to be read.

        Returns Promise<string>

        • The Base 64 encoded representation of the image.