Variable ScanbotImageProcessorConst
ScanbotImageProcessor: { readImageData(imageFileUri: string): Promise<string> }
Type Declaration
readImageData: function
readImageData(imageFileUri: string): Promise<string> Returns Promise<string>
- The Base 64 encoded representation of the image.
Entry point for all image processing features.