cordova-plugin-scanbot-sdk
Advanced tools
Comparing version 2.1.2 to 3.0.0
@@ -501,3 +501,6 @@ export interface DocumentScannerConfiguration | ||
| "BACKGROUND_CLEAN" | ||
| "BLACK_AND_WHITE"; | ||
| "BLACK_AND_WHITE" | ||
| "OTSU_BINARIZATION" | ||
| "DEEP_BINARIZATION" | ||
| "EDGE_HIGHLIGHT"; | ||
@@ -509,2 +512,11 @@ export type OCROutputFormat = | ||
export type PDFPageSize = | ||
"FROM_IMAGE" | ||
| "A4" | ||
| "FIXED_A4" | ||
| "US_LETTER" | ||
| "FIXED_US_LETTER" | ||
| "AUTO_LOCALE" | ||
| "AUTO" | ||
export interface DocumentDetectionResult { | ||
@@ -576,2 +588,3 @@ detectionResult: DetectionStatus; | ||
storageImageFormat?: CameraImageFormat; | ||
storageBaseDirectory?: string; | ||
} | ||
@@ -620,3 +633,3 @@ | ||
createPdf(args: {images: string[]}): Promise<GenericResult & {pdfFileUri: string;}>; | ||
createPdf(args: {images: string[], pageSize: PDFPageSize}): Promise<GenericResult & {pdfFileUri: string;}>; | ||
@@ -693,3 +706,3 @@ writeTiff(args: { | ||
createPdf(success: SuccessCallback<GenericResult & {pdfFileUri: string}>, error: ErrorCallback, args: {images: string[]}): void; | ||
createPdf(success: SuccessCallback<GenericResult & {pdfFileUri: string}>, error: ErrorCallback, args: {images: string[], pageSize: PDFPageSize}): void; | ||
@@ -696,0 +709,0 @@ writeTiff(success: SuccessCallback<GenericResult & {tiffFileUri: string}>, error: ErrorCallback, args: { |
@@ -1,2 +0,2 @@ | ||
Open Source libraries used in the Scanbot SDK for Android version 1.38.2: | ||
Open Source libraries used in the Scanbot SDK for Android version 1.39.1: | ||
@@ -22,3 +22,3 @@ Android PDF Writer version 1.0.8 | ||
This library is distributed under the terms of a MIT License | ||
(https://mvnrepository.com/artifact/org.codehaus.mojo/animal-sniffer-annotations/1.14) | ||
(https://mvnrepository.com/artifact/org.codehaus.mojo/animal-sniffer-annotations/1.14) | ||
@@ -33,3 +33,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
BOOST C++ Libraries version 1.68 | ||
This library is distributed under the terms of the following license: https://www.boost.org/LICENSE_1_0.txt | ||
This library is distributed under the terms of the following license: https://www.boost.org/LICENSE_1_0.txt | ||
@@ -99,4 +99,4 @@ Boost Software License - Version 1.0 - August 17th, 2003 | ||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
3. All advertising materials mentioning features or use of this software must display the following acknowledgement: | ||
"This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)" | ||
3. All advertising materials mentioning features or use of this software must display the following acknowledgement: | ||
"This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)" | ||
The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). | ||
@@ -200,9 +200,9 @@ 4. If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: | ||
Copyright (c) 1991-1997 Silicon Graphics, Inc. | ||
This license is distributed under the terms of the following license: http://libtiff.maptools.org/misc.html. | ||
This license is distributed under the terms of the following license: http://libtiff.maptools.org/misc.html. | ||
Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Sam Leffler and Silicon Graphics may not be used in any advertising or publicity relating to the software without the specific, prior written permission of Sam Leffler and Silicon Graphics. | ||
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY | ||
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | ||
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY | ||
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | ||
@@ -212,3 +212,3 @@ IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR | ||
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, | ||
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE | ||
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE | ||
OF THIS SOFTWARE. | ||
@@ -277,3 +277,3 @@ | ||
This software includes several classes from the Android Open Source Project distributed under the Apache License Version 2.0. | ||
This software includes several classes from the Android Open Source Project distributed under the Apache License Version 2.0. | ||
Copyright (c) 2010 - present The Android Open Source Project. | ||
@@ -339,5 +339,7 @@ | ||
------------------------------------------------------------------------------------------------------------------------ | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.8.0: | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.8.6: | ||
BOOST C++ Libraries version 1.68 | ||
@@ -382,12 +384,12 @@ This library is distributed under the terms of the following license: https://www.boost.org/LICENSE_1_0.txt | ||
LibTIFF - TIFF Library and Utilities v4.0.9 | ||
LibTIFF - TIFF Library and Utilities v4.0.10 | ||
Copyright (c) 1988-1997 Sam Leffler | ||
Copyright (c) 1991-1997 Silicon Graphics, Inc. | ||
This license is distributed under the terms of the following license: http://libtiff.maptools.org/misc.html. | ||
This license is distributed under the terms of the following license: http://libtiff.maptools.org/misc.html. | ||
Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Sam Leffler and Silicon Graphics may not be used in any advertising or publicity relating to the software without the specific, prior written permission of Sam Leffler and Silicon Graphics. | ||
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY | ||
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | ||
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY | ||
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | ||
@@ -397,3 +399,3 @@ IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR | ||
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, | ||
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE | ||
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE | ||
OF THIS SOFTWARE. | ||
@@ -428,6 +430,6 @@ | ||
OpenSSL 1.0.2d | ||
OpenSSL 1.0.2q | ||
Copyright @ 1998-2011 The OpenSSL Project. All rights reserved. (https://www.openssl.org) | ||
This library is distributed under the terms of the following license: https://github.com/openssl/openssl/blob/master/LICENSE | ||
This library is distributed under the terms of the following license: https://github.com/openssl/openssl/blob/master/LICENSE | ||
@@ -446,5 +448,5 @@ The OpenSSL toolkit stays under a double license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See below for the actual license texts. | ||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. | ||
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
All advertising materials mentioning features or use of this software must display the following acknowledgement: "This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)". The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). | ||
Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. | ||
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
All advertising materials mentioning features or use of this software must display the following acknowledgement: "This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)". The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). | ||
If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" | ||
@@ -455,10 +457,7 @@ | ||
The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] | ||
Tesseract 3.05.02 | ||
Tesseract, maintained by Google (http://code.google.com/p/tesseract-ocr/), | ||
is distributed under the Apache 2.0 license (http://www.apache.org/licenses/LICENSE-2.0). | ||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. | ||
{ | ||
"name": "cordova-plugin-scanbot-sdk", | ||
"version": "2.1.2", | ||
"version": "3.0.0", | ||
"description": "Cordova Plugin for Scanbot SDK", | ||
@@ -13,3 +13,3 @@ "cordova": { | ||
"scripts": { | ||
"prepublish": "./prepare-scanbotsdk-framework.sh 1.8.4" | ||
"prepublish": "./prepare-scanbotsdk-framework.sh 1.8.6" | ||
}, | ||
@@ -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.4: | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.8.6: | ||
@@ -42,3 +42,3 @@ BOOST C++ Libraries version 1.68 | ||
LibTIFF - TIFF Library and Utilities v4.0.9 | ||
LibTIFF - TIFF Library and Utilities v4.0.10 | ||
Copyright (c) 1988-1997 Sam Leffler | ||
@@ -88,3 +88,3 @@ Copyright (c) 1991-1997 Silicon Graphics, Inc. | ||
OpenSSL 1.0.2d | ||
OpenSSL 1.0.2q | ||
Copyright @ 1998-2011 The OpenSSL Project. All rights reserved. (https://www.openssl.org) | ||
@@ -91,0 +91,0 @@ This library is distributed under the terms of the following license: https://github.com/openssl/openssl/blob/master/LICENSE |
@@ -1,2 +0,2 @@ | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.8.4: | ||
Open Source libraries used in the Scanbot SDK for iOS version 1.8.6: | ||
@@ -42,3 +42,3 @@ BOOST C++ Libraries version 1.68 | ||
LibTIFF - TIFF Library and Utilities v4.0.9 | ||
LibTIFF - TIFF Library and Utilities v4.0.10 | ||
Copyright (c) 1988-1997 Sam Leffler | ||
@@ -88,3 +88,3 @@ Copyright (c) 1991-1997 Silicon Graphics, Inc. | ||
OpenSSL 1.0.2d | ||
OpenSSL 1.0.2q | ||
Copyright @ 1998-2011 The OpenSSL Project. All rights reserved. (https://www.openssl.org) | ||
@@ -91,0 +91,0 @@ This library is distributed under the terms of the following license: https://github.com/openssl/openssl/blob/master/LICENSE |
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
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 2 instances in 1 package
216783256
251
750
47