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