cordova-plugin-scanbot-sdk
Advanced tools
Comparing version
@@ -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
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
396833
0.74%56
3.7%4601
0.59%1
Infinity%