cordova-plugin-scanbot-sdk
Advanced tools
Comparing version 4.11.0-beta6 to 4.11.0-beta7
@@ -799,4 +799,4 @@ | ||
export type EngineMode = | ||
"NEXT_GEN" | ||
| "LEGACY" | ||
"NEXT_GEN" | | ||
"LEGACY" | ||
; | ||
@@ -922,9 +922,2 @@ | ||
/** | ||
* With this option, the scanner assumes that the barcode can be a GS1 barcode, and modify the behavior as needed. | ||
* You can set it to 'false', if you don't want to see decoded FNC1 characters ("]C1" and ASCII char 29). | ||
* The default is 'true'. | ||
* NOTE: Currently works for CODE128 barcodes only! | ||
*/ | ||
enableGS1Decoding?: boolean | ||
/** | ||
* The relative initial zoom level of the camera in the range [0,1], where 0 is zoomed out and 1 is zoomed in. | ||
@@ -934,3 +927,2 @@ * The default value is 0. | ||
cameraZoomFactor?: number; | ||
/** | ||
@@ -1447,4 +1439,4 @@ * The engine mode of the barcode recognizer. Defaults to NEXT_GEN. | ||
"UPC_E" | | ||
"UNKNOWN" | | ||
"MSI_PLESSEY"; | ||
"MSI_PLESSEY" | | ||
"UNKNOWN" ; | ||
@@ -1451,0 +1443,0 @@ export type BarcodeImageGenerationType = "NONE" | "VIDEO_FRAME" | "CAPTURED_IMAGE"; |
{ | ||
"name": "cordova-plugin-scanbot-sdk", | ||
"version": "4.11.0-beta6", | ||
"version": "4.11.0-beta7", | ||
"description": "Cordova Plugin for Scanbot SDK", | ||
@@ -19,23 +19,43 @@ "cordova": { | ||
"keywords": [ | ||
"document scanner", | ||
"barcode scanner", | ||
"qr code scanner", | ||
"qrcode", | ||
"mrz scanner", | ||
"scanner sdk", | ||
"scanning sdk", | ||
"scanbot sdk", | ||
"document detection", | ||
"edge detection", | ||
"cropping", | ||
"image filter", | ||
"pdf", | ||
"tiff", | ||
"ocr", | ||
"optical character recognition", | ||
"ios", | ||
"android", | ||
"app", | ||
"barcode", | ||
"camera", | ||
"character", | ||
"code", | ||
"cordova", | ||
"ionic" | ||
"creation", | ||
"cropping", | ||
"detection", | ||
"document", | ||
"document-detection", | ||
"document-scanner", | ||
"edge", | ||
"edge-detection", | ||
"filter", | ||
"image", | ||
"image-filter", | ||
"image-processing", | ||
"ionic", | ||
"ios", | ||
"mobile", | ||
"mobile-scanner", | ||
"mrz", | ||
"ocr", | ||
"optical", | ||
"pdf", | ||
"pdf-creation", | ||
"processing", | ||
"qr", | ||
"qrcode", | ||
"recognition", | ||
"scan", | ||
"scanbot", | ||
"scanbot-sdk", | ||
"scanner", | ||
"scanner-sdk", | ||
"scanning", | ||
"scanning-sdk", | ||
"sdk", | ||
"tiff" | ||
], | ||
@@ -42,0 +62,0 @@ "author": "doo GmbH", |
# Scanbot Document and Barcode Scanner SDK for Cordova | ||
The [Scanbot SDK](https://scanbot.io/sdk.html) brings scanning and document creation capabilities to your mobile apps. | ||
The [Scanbot SDK](https://scanbot.io) brings scanning and document creation capabilities to your mobile apps. | ||
@@ -16,2 +16,2 @@ This Cordova plugin provides implementations of the Scanbot Document Scanner SDK for Android and iOS. | ||
For the full API reference of the Scanbot SDK Cordova Plugin please check out | ||
the [documentation](https://scanbotsdk.github.io/documentation/cordova/). | ||
the [documentation](https://docs.scanbot.io/document-scanner-sdk/cordova/introduction/). |
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
497004
6314