Huge News!Announcing our $40M Series B led by Abstract Ventures.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 3.0.2-alpha.0 to 3.1.0

src/ios/Frameworks/ScanbotSDK.framework/BCSymbolMaps/6970D793-6561-3886-9E61-ED7C79DCC636.bcsymbolmap

33

index.d.ts

@@ -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 @@

12

Libraries.txt

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc