cordova-plugin-scanbot-sdk
Advanced tools
Comparing version 3.0.2-alpha.0 to 3.1.0
@@ -207,2 +207,22 @@ export interface DocumentScannerConfiguration | ||
userGuidanceTextColor?: string; | ||
/** | ||
* Limits the maximum size of the document image. If width or height are zero, this property is effectively ignored. | ||
*/ | ||
documentImageSizeLimit?: Size; | ||
/** | ||
* Hides the shutter button if set to TRUE. Shows it otherwise. Defaults to FALSE. | ||
* If set to TRUE, auto-snapping is enabled and the property autoSnappingEnabled of the behaviour configuration will | ||
* have no effect. | ||
* Also the auto-snapping button will be hidden. | ||
*/ | ||
shutterButtonHidden?: boolean; | ||
/** | ||
* The text being displayed on the user-guidance label, when the scanners energy saver is activated. | ||
* iOS only. | ||
*/ | ||
textHintEnergySavingActive?: string; | ||
/** | ||
* Maximum number of pages to scan. Ignored when set to null, or when `multiPageEnabled` is FALSE. Default value is null. | ||
*/ | ||
maxNumberOfPages?: number; | ||
} | ||
@@ -488,2 +508,3 @@ | ||
| "OK_BARCODE" | ||
| "OK_OFF_CENTER" | ||
| "ERROR_NOTHING_DETECTED" | ||
@@ -506,7 +527,8 @@ | "ERROR_TOO_DARK" | ||
| "DEEP_BINARIZATION" | ||
| "EDGE_HIGHLIGHT" | ||
| "LOW_LIGHT_BINARIZATION"; | ||
| "LOW_LIGHT_BINARIZATION" | ||
| "EDGE_HIGHLIGHT"; | ||
export type OCROutputFormat = | ||
"PLAIN_TEXT" | ||
| "RESULT_JSON" | ||
| "PDF_FILE" | ||
@@ -535,2 +557,7 @@ | "FULL_OCR_RESULT"; | ||
export interface Size { | ||
width: number; | ||
height: number; | ||
} | ||
export interface Page { | ||
@@ -541,2 +568,3 @@ pageId: string; | ||
filter: ImageFilter; | ||
documentImageSizeLimit?: Size; | ||
@@ -634,2 +662,3 @@ originalImageFileUri: string; | ||
pdfFileUri?: string; | ||
jsonFileUri?: string; | ||
}>; | ||
@@ -636,0 +665,0 @@ |
@@ -1,2 +0,2 @@ | ||
Open Source libraries used in the Scanbot SDK for Android version 1.39.1: | ||
Open Source libraries used in the Scanbot SDK for Android version 1.39.51: | ||
@@ -194,3 +194,3 @@ Android PDF Writer version 1.0.8 | ||
LibTIFF - TIFF Library and Utilities v4.0.9 | ||
LibTIFF - TIFF Library and Utilities v4.0.10 | ||
Copyright (c) 1988-1997 Sam Leffler | ||
@@ -212,3 +212,3 @@ Copyright (c) 1991-1997 Silicon Graphics, Inc. | ||
OpenCV 3.4.2 | ||
OpenCV 3.4.5 | ||
Copyright © 2014, Itseez. All rights reserved. | ||
@@ -331,3 +331,3 @@ This library is distributed under the terms of a 3-clause BSD license: http://opencv.org/license.html. | ||
Tesseract 3.05.02 | ||
Tesseract 4.00 | ||
Tesseract, maintained by Google (http://code.google.com/p/tesseract-ocr/), | ||
@@ -339,3 +339,3 @@ | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.8.6: | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.9.2: | ||
@@ -451,3 +451,3 @@ BOOST C++ Libraries version 1.68 | ||
Tesseract 3.05.02 | ||
Tesseract 4.0.0 | ||
Tesseract, maintained by Google (http://code.google.com/p/tesseract-ocr/), | ||
@@ -454,0 +454,0 @@ is distributed under the Apache 2.0 license (http://www.apache.org/licenses/LICENSE-2.0). |
{ | ||
"name": "cordova-plugin-scanbot-sdk", | ||
"version": "3.0.2-alpha.0", | ||
"version": "3.1.0", | ||
"description": "Cordova Plugin for Scanbot SDK", | ||
@@ -13,3 +13,3 @@ "cordova": { | ||
"scripts": { | ||
"prepublish": "./prepare-scanbotsdk-framework.sh 1.8.6" | ||
"prepublish": "./prepare-scanbotsdk-framework.sh 1.9.2" | ||
}, | ||
@@ -16,0 +16,0 @@ "types": "index.d.ts", |
@@ -1,2 +0,2 @@ | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.8.6: | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.9.2: | ||
@@ -112,3 +112,3 @@ BOOST C++ Libraries version 1.68 | ||
Tesseract 3.05.02 | ||
Tesseract 4.0.0 | ||
Tesseract, maintained by Google (http://code.google.com/p/tesseract-ocr/), | ||
@@ -115,0 +115,0 @@ is distributed under the Apache 2.0 license (http://www.apache.org/licenses/LICENSE-2.0). |
@@ -1,2 +0,2 @@ | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.8.6: | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.9.2: | ||
@@ -112,3 +112,3 @@ BOOST C++ Libraries version 1.68 | ||
Tesseract 3.05.02 | ||
Tesseract 4.0.0 | ||
Tesseract, maintained by Google (http://code.google.com/p/tesseract-ocr/), | ||
@@ -115,0 +115,0 @@ is distributed under the Apache 2.0 license (http://www.apache.org/licenses/LICENSE-2.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
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
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
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
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
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 7 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
259889566
271
779
0
890
48