ScanbotImageProcessor: {
    readImageData(imageFileUri): 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.