New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-scanbot-sdk

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-scanbot-sdk - npm Package Compare versions

Comparing version

to
4.8.0-dev1

src/android/java/io/scanbot/sdk/plugin/cordova/utils/Conversion.java

23

index.d.ts

@@ -891,18 +891,10 @@ export interface DocumentScannerConfiguration

export type BarcodeImageGenerationType =
"NONE"
| "VIDEO_FRAME"
| "CAPTURED_IMAGE"
;
export type BarcodeImageGenerationType = "NONE" | "VIDEO_FRAME" | "CAPTURED_IMAGE";
export type CameraPreviewMode =
"FILL_IN"
| "FIT_IN"
;
export type CameraPreviewMode = "FILL_IN" | "FIT_IN";
export type CameraImageFormat =
"JPG"
| "PNG"
;
export type CameraImageFormat = "JPG" | "PNG";
export type FileEncryptionMode = "AES128" | "AES256";
export type CameraOrientationMode =

@@ -1135,2 +1127,4 @@ "NONE"

documentDetectorMode?: DocumentDetectorMode
fileEncryptionPassword?: string;
fileEncryptionMode?: string;
}

@@ -1198,2 +1192,3 @@

estimateBlur(args: {imageFileUri: string}): Promise<GenericResult & {blur: number}>;
getImageData(args: {imageFileUri: string}): Promise<GenericResult & {base64ImageData: string}>;

@@ -1286,3 +1281,3 @@ cleanup(): Promise<GenericResult>;

performOcr(
success: SuccessCallback<GenericResult & { plainText?: string; pdfFileUri?: string; }>,
success: SuccessCallback<GenericResult & { plainText?: string; pdfFileUri?: string; jsonData?: string }>,
error: ErrorCallback, args: { images: string[]; languages: string[]; outputFormat?: OCROutputFormat;

@@ -1289,0 +1284,0 @@ }): void;

{
"name": "cordova-plugin-scanbot-sdk",
"version": "4.7.0",
"version": "4.8.0-dev1",
"description": "Cordova Plugin for Scanbot SDK",

@@ -5,0 +5,0 @@ "cordova": {

@@ -71,3 +71,4 @@ /*

requestCameraPermission: makeCaller("requestCameraPermission"),
refreshImageUris: makeCaller("refreshImageUris")
refreshImageUris: makeCaller("refreshImageUris"),
getImageData: makeCaller("getImageData")
};

@@ -74,0 +75,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet