scanbot-web-sdk 2.8.0 → 2.8.2-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +8 -0
- package/README.md +62 -27
- package/bundle/ScanbotSDK.min.js +1 -1
- package/bundle/bin/barcode-scanner/ScanbotSDK.Asm.wasm +0 -0
- package/bundle/bin/barcode-scanner/ScanbotSDK.Asm.wasm-webpack-file-loader +0 -0
- package/bundle/bin/barcode-scanner/ScanbotSDK.Core.js +1 -1
- package/bundle/bin/complete/ScanbotSDK.Asm.wasm +0 -0
- package/bundle/bin/complete/ScanbotSDK.Asm.wasm-webpack-file-loader +0 -0
- package/bundle/bin/complete/ScanbotSDK.Core.js +1 -1
- package/bundle/bin/document-scanner/ScanbotSDK.Asm.wasm +0 -0
- package/bundle/bin/document-scanner/ScanbotSDK.Asm.wasm-webpack-file-loader +0 -0
- package/bundle/bin/document-scanner/ScanbotSDK.Core.js +1 -1
- package/package.json +36 -14
package/LICENSE
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
All items and source code Copyright (c) 2022 doo GmbH (https://scanbot.io).
|
|
2
|
+
|
|
3
|
+
Scanbot Document and Barcode Scanner SDK for Web is a commercial
|
|
4
|
+
product and requires a license to be used in a production environment. It will
|
|
5
|
+
run without a license for one minute per session. Get a free trial license
|
|
6
|
+
(https://scanbot.io/trial/) to evaluate and integrate it into your project.
|
|
7
|
+
|
|
8
|
+
Please contact us via sdk@scanbot.io for more information.
|
package/README.md
CHANGED
|
@@ -1,39 +1,74 @@
|
|
|
1
1
|
# Web Scan SDK
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[
|
|
6
|
-
scanning on your website or in your web application.
|
|
3
|
+
## Add enterprise-grade barcode-, MRZ-, and document scanning to your app in no time
|
|
4
|
+
The Scanbot Web SDK makes it possible to add barcode-, MRZ-, as well as
|
|
5
|
+
[document scanning to your website or to your web application](https://scanbot.io/products/document-scanning/web-document-scanner/).
|
|
7
6
|
|
|
8
|
-
Scanbot Web SDK is based on WebAssembly and the HTML Media Capture API
|
|
9
|
-
|
|
10
|
-
and Android (Chrome, Firefox, Edge).
|
|
7
|
+
The Scanbot Web SDK is based on WebAssembly and the HTML Media Capture API and can be used on iOS
|
|
8
|
+
(Safari; Chrome and Firefox as of iOS 14.4.2) and Android (Chrome, Firefox, Edge, Samsung Internet).
|
|
11
9
|
|
|
12
|
-
## Document Scanner for the Web
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
# Barcode Scanner for the Web
|
|
12
|
+
The [Web Barcode Scanner](https://scanbot.io/products/barcode-software/web-barcode-scanner/) allows you to easily
|
|
13
|
+
implement barcode scanning. Determine the barcode type, the data contained in it, and data from a potentially
|
|
14
|
+
binary result (rawBytes).
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
as well as the option to save detected documents as PDF or TIFF.
|
|
16
|
+
Access the available cameras on the mobile device, choose the customizable interface, configure the settings for the
|
|
17
|
+
barcodes, and let your users easily scan any barcode in your web application.
|
|
20
18
|
|
|
21
|
-
|
|
22
|
-
[
|
|
19
|
+
Enterprise-grade scanning and parsing of a large number of different barcode symbologies with any smartphone or tablet.
|
|
20
|
+
Read [1D](https://scanbot.io/products/barcode-software/1d-barcode-scanner/) and
|
|
21
|
+
[2D barcodes](https://scanbot.io/products/barcode-software/2d-barcode-scanner/),
|
|
22
|
+
like [Code 39](https://scanbot.io/products/barcode-software/1d-barcode-scanner/code-39/),
|
|
23
|
+
[Code 93](https://scanbot.io/products/barcode-software/1d-barcode-scanner/code-93/),
|
|
24
|
+
[Code 128](https://scanbot.io/products/barcode-software/1d-barcode-scanner/code-128/),
|
|
25
|
+
[Codabar](https://scanbot.io/products/barcode-software/1d-barcode-scanner/codabar/),
|
|
26
|
+
[UPC-A](https://scanbot.io/products/barcode-software/1d-barcode-scanner/upc/),
|
|
27
|
+
[UPC-E](https://scanbot.io/products/barcode-software/1d-barcode-scanner/upc/),
|
|
28
|
+
[EAN-8](https://scanbot.io/products/barcode-software/1d-barcode-scanner/ean/),
|
|
29
|
+
[EAN-13](https://scanbot.io/products/barcode-software/1d-barcode-scanner/ean/),
|
|
30
|
+
[ITF](https://scanbot.io/products/barcode-software/1d-barcode-scanner/itf/),
|
|
31
|
+
[QR-Code](https://scanbot.io/products/barcode-software/2d-barcode-scanner/qr-code/),
|
|
32
|
+
[Aztec](https://scanbot.io/products/barcode-software/2d-barcode-scanner/aztec/),
|
|
33
|
+
[PDF-417](https://scanbot.io/products/barcode-software/2d-barcode-scanner/pdf417/),
|
|
34
|
+
[Data Matrix](https://scanbot.io/products/barcode-software/2d-barcode-scanner/data-matrix/), etc.
|
|
23
35
|
|
|
24
|
-
|
|
36
|
+
Check out our [live demo](https://scanbot.io/trial/demo-web/).
|
|
25
37
|
|
|
26
|
-
The Barcode Scanner for web applications allows you to integrate barcode scanning
|
|
27
|
-
into your website or web application within one business day,
|
|
28
|
-
including a customizable user interface.
|
|
29
38
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
You can request a live demo link
|
|
34
|
-
[here](https://scanbot.io/en/sdk/web-scanner-sdk/web-barcode-scanner-sdk).
|
|
39
|
+
# Document Scanner for the Web
|
|
40
|
+
The [Web Document Scanner](https://scanbot.io/products/document-scanning/web-document-scanner/) allows you to easily
|
|
41
|
+
implement real-time document detection with user guidance, auto-snapping, auto-cropping, and perspective correction.
|
|
35
42
|
|
|
36
|
-
|
|
43
|
+
Additionally, the SDK provides an option for custom cropping, in case automatic cropping does not fit your needs,
|
|
44
|
+
as well as the option to save detected documents as PDF or TIFF.
|
|
37
45
|
|
|
38
|
-
|
|
39
|
-
|
|
46
|
+
Check out our [live demo](https://scanbot.io/trial/demo-web/).
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# MRZ Scanner for the Web
|
|
50
|
+
With the Scanbot [MRZ Scanner SDK for the web](https://scanbot.io/products/data-capture/mrz-software/web-mrz-scanner/),
|
|
51
|
+
you can extract personal data from machine-readable zones (MRZ), for example on ID cards.
|
|
52
|
+
|
|
53
|
+
Check out our [live demo](https://scanbot.io/trial/demo-web/).
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
# Documentation & Example App
|
|
57
|
+
To integrate this plugin into your application please follow the steps in our
|
|
58
|
+
[documentation](https://docs.scanbot.io/document-scanner-sdk/web/introduction/) and check out our Angular, React and
|
|
59
|
+
plain JS [example apps](https://github.com/doo/scanbot-sdk-example-web).
|
|
60
|
+
|
|
61
|
+
This library is meant to be used natively in a web browser, if you are instead looking for a Cordova plugin,
|
|
62
|
+
please go here: [Document Scanner](https://www.npmjs.com/package/cordova-plugin-scanbot-sdk) /
|
|
63
|
+
[Barcode Scanner](https://www.npmjs.com/package/cordova-plugin-scanbot-barcode-scanner).
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
# Changelog
|
|
67
|
+
For a detailed list of the changes included in each version, please see the
|
|
68
|
+
[changelog](https://docs.scanbot.io/document-scanner-sdk/web/changelog/).
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
# License and Support
|
|
72
|
+
Scanbot SDK is a commercial product and comes with full technical support if you have any questions or need help
|
|
73
|
+
integrating: [sdk@scanbot.io](mailto:sdk@scanbot.io). It will run without a license for one minute per session.
|
|
74
|
+
Get a [free trial license](https://scanbot.io/trial/) to evaluate and integrate it into your project.
|