scanbot-web-sdk 8.0.0-beta.1 → 8.0.0-beta.3

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.
Files changed (66) hide show
  1. package/@types/barcode-scanner-view.d.ts +4 -25
  2. package/@types/check-scanner-view.d.ts +21 -0
  3. package/@types/cropping-view.d.ts +3 -3
  4. package/@types/document-data-extractor-view.d.ts +12 -11
  5. package/@types/document-scanner-view.d.ts +1 -3
  6. package/@types/finder-scanner-view.d.ts +31 -0
  7. package/@types/index.d.ts +5 -6
  8. package/@types/interfaces/base/i-finder-scanner-handle.d.ts +6 -0
  9. package/@types/interfaces/{i-scanner-common-handle.d.ts → base/i-scanner-common-handle.d.ts} +3 -1
  10. package/@types/interfaces/i-barcode-scanner-handle.d.ts +2 -7
  11. package/@types/interfaces/i-check-scanner-handle.d.ts +3 -0
  12. package/@types/interfaces/i-document-data-extractor-handle.d.ts +3 -0
  13. package/@types/interfaces/i-document-scanner-handle.d.ts +1 -1
  14. package/@types/interfaces/i-mrz-scanner-handle.d.ts +2 -5
  15. package/@types/interfaces/i-text-pattern-scanner-handle.d.ts +2 -5
  16. package/@types/model/barcode/barcode-result.d.ts +2 -5
  17. package/@types/model/configuration/barcode-scanner-view-configuration.d.ts +0 -9
  18. package/@types/model/configuration/check-scanner-view-configuration.d.ts +9 -0
  19. package/@types/model/configuration/mrz-scanner-view-configuration.d.ts +0 -7
  20. package/@types/mrz-scanner-view.d.ts +7 -15
  21. package/@types/scanbot-sdk.d.ts +5 -5
  22. package/@types/scanner-view.d.ts +3 -1
  23. package/@types/text-pattern-scanner-view.d.ts +6 -14
  24. package/@types/ui2/barcode/controllers/barcode-scanner-controller.d.ts +2 -0
  25. package/@types/ui2/barcode/controllers/multiple-scanning-mode-controller.d.ts +2 -0
  26. package/@types/ui2/barcode/controllers/single-scanning-mode-controller.d.ts +2 -0
  27. package/@types/ui2/barcode/views/barcode-scanner.d.ts +2 -0
  28. package/@types/ui2/barcode/views/styled-text.d.ts +1 -0
  29. package/@types/ui2/data-scanner/mrz-scanner-controller.d.ts +2 -0
  30. package/@types/ui2/data-scanner/views/mrz-scanner-box.d.ts +2 -0
  31. package/@types/ui2/document/controller/camera-screen-controller.d.ts +2 -0
  32. package/@types/ui2/document/controller/document-scanner-controller.d.ts +2 -0
  33. package/@types/ui2/document/views/camera-screen/use-document-scanner-view.d.ts +2 -0
  34. package/@types/utils/view-utils.d.ts +2 -0
  35. package/README.md +168 -59
  36. package/bundle/ScanbotSDK.min.js +5 -5
  37. package/bundle/ScanbotSDK.ui2.min.js +6 -6
  38. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd-threads.js +1 -1
  39. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd-threads.wasm +0 -0
  40. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd.wasm +0 -0
  41. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm.wasm +0 -0
  42. package/bundle/bin/barcode-scanner/ScanbotSDK.Core-simd-threads.js +1 -1
  43. package/bundle/bin/barcode-scanner/ScanbotSDK.Core-simd.js +1 -1
  44. package/bundle/bin/barcode-scanner/ScanbotSDK.Core.js +1 -1
  45. package/bundle/bin/complete/ScanbotSDK.Asm-simd-threads.js +1 -1
  46. package/bundle/bin/complete/ScanbotSDK.Asm-simd-threads.wasm +0 -0
  47. package/bundle/bin/complete/ScanbotSDK.Asm-simd.wasm +0 -0
  48. package/bundle/bin/complete/ScanbotSDK.Asm.wasm +0 -0
  49. package/bundle/bin/complete/ScanbotSDK.Core-simd-threads.js +1 -1
  50. package/bundle/bin/complete/ScanbotSDK.Core-simd.js +1 -1
  51. package/bundle/bin/complete/ScanbotSDK.Core.js +1 -1
  52. package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd-threads.js +1 -1
  53. package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd-threads.wasm +0 -0
  54. package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd.wasm +0 -0
  55. package/bundle/bin/document-scanner/ScanbotSDK.Asm.wasm +0 -0
  56. package/bundle/bin/document-scanner/ScanbotSDK.Core-simd-threads.js +1 -1
  57. package/bundle/bin/document-scanner/ScanbotSDK.Core-simd.js +1 -1
  58. package/bundle/bin/document-scanner/ScanbotSDK.Core.js +1 -1
  59. package/package.json +1 -1
  60. package/@types/interfaces/i-document-data-extractor-scanner-handle.d.ts +0 -3
  61. package/@types/service/document-data-extractor.d.ts +0 -10
  62. package/@types/view/action-bar/bottom-action-bar.d.ts +0 -8
  63. package/@types/view/barcode-calculation/barcode-calculation-popup-list-item.d.ts +0 -5
  64. package/@types/view/barcode-calculation/barcode-calculation-popup-list.d.ts +0 -8
  65. package/@types/view/barcode-calculation/barcode-calculation-popup.d.ts +0 -32
  66. package/@types/view/barcode-calculation/scanned-image-with-overlay.d.ts +0 -9
@@ -6,7 +6,9 @@ import { DocumentScanningFlow } from "../../../configuration/document/DocumentSc
6
6
  import { SnappingMode } from "../../controller/camera-screen-controller";
7
7
  import { CameraInfo } from "../../../../model/camera-info";
8
8
  import { DocumentScannerScanResponse } from "../../../../core-types";
9
+ import { Root } from "react-dom/client";
9
10
  declare class Props {
11
+ root: Root;
10
12
  sdk: ScanbotSDK;
11
13
  configuration: DocumentScanningFlow;
12
14
  onImageCaptured: (image: DocumentScannerScanResponse) => void;
@@ -2,6 +2,7 @@ import { MagneticLine } from "./dto/MagneticLine";
2
2
  import { Size } from "./dto/Size";
3
3
  import { Point } from "./dto/Point";
4
4
  import { ScannerConfiguration } from "../model/configuration/scanner-configuration";
5
+ import { Root } from "react-dom/client";
5
6
  export declare class ViewUtils {
6
7
  static convertLinesToViewportLines(elementSize: Size, lines: MagneticLine[]): MagneticLine[];
7
8
  static convertToViewportPointsFromParentSize(elementSize: Size, points: any[]): Point[] | undefined;
@@ -15,4 +16,5 @@ export declare class ViewUtils {
15
16
  static disableScreenMovement(): void;
16
17
  static enableScreenMovement(): void;
17
18
  static findContainerOrThrow(configuration: ScannerConfiguration): HTMLElement;
19
+ static unmountSafely(root: Root): void;
18
20
  }
package/README.md CHANGED
@@ -1,79 +1,188 @@
1
- # Scanbot Web SDK
1
+ <p align="left">
2
+ <img src="https://scanbot.io/wp-content/uploads/2025/04/ScanbotSDKLogo_forReadMes.png" width="15%" />
3
+ </p>
2
4
 
3
- ## JavaScript Document Scanner, Barcode Scanner, and Data Capture SDK for the Web
5
+ # Scanbot JavaScript Barcode Scanner and Document Scanner SDK for the web
4
6
 
5
- The Scanbot Web SDK makes it possible to add barcode-, MRZ-, as well as
6
- [document scanning to your website or to your web application](https://scanbot.io/products/document-scanning/web-document-scanner/).
7
+ ## Table of contents
7
8
 
8
- The Scanbot Web SDK is based on WebAssembly and the HTML Media Capture API and can be used on iOS 14.5+
9
- (Safari, Chrome, Firefox, Edge) and Android (Chrome, Firefox, Edge, Samsung Internet).
9
+ * [About the Scanbot Web SDK](#about-the-scanbot-web-sdk)
10
+ * [How to use the SDK](#how-to-use-the-sdk)
11
+ * [Requirements](#requirements)
12
+ * [Install steps](#install-steps)
13
+ * [SDK initialization](#sdk-initialization)
14
+ * [Implementing the scanner](#implementing-the-scanner)
15
+ * [Barcode Scanner UI](#barcode-scanner-ui)
16
+ * [Document Scanner UI](#document-scanner-ui)
17
+ * [Data Capture Module UIs](#data-capture-module-uis)
18
+ * [Overview of the Scanbot SDK](#overview-of-the-scanbot-sdk)
19
+ * [Barcode Scanner SDK](#barcode-scanner-sdk)
20
+ * [Out-of-the-box barcode scanning workflows](#out-of-the-box-barcode-scanning-workflows)
21
+ * [Scanning barcodes from an image](#scanning-barcodes-from-an-image)
22
+ * [Supported barcode formats](#supported-barcode-formats)
23
+ * [Data parsers](#data-parsers)
24
+ * [Document Scanner SDK](#document-scanner-sdk)
25
+ * [Data Capture Modules](#data-capture-modules)
26
+ * [Additional information](#additional-information)
27
+ * [Trial license](#trial-license)
28
+ * [Free developer support](#free-developer-support)
29
+ * [Guides and tutorials](#guides-and-tutorials)
10
30
 
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).
31
+ ## About the Scanbot Web SDK
15
32
 
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.
33
+ The Scanbot SDK is a set of high-level APIs that lets you integrate barcode and document scanning, as well as data extraction functionalities, into your website. It runs in all common web browsers, such as Chrome, Safari, Firefox, or Edge, and operates entirely on the user's device. No data is transmitted to our or third-party servers.
18
34
 
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.
35
+ The SDK can be implemented into your web app with just a few lines of code and comes with Ready-To-Use UI components.
35
36
 
36
- Check out our [live demo](https://scanbot.io/trial/demo-web/barcode-demo/).
37
+ 💡 For more details about the Scanbot Web SDK, please visit our [Barcode Scanner](https://docs.scanbot.io/barcode-scanner-sdk/web/introduction/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) or [Document Scanner](https://docs.scanbot.io/document-scanner-sdk/web/introduction/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) documentation, or download our [example app](https://github.com/doo/scanbot-sdk-example-web).
37
38
 
38
- ## Document Scanner for the Web
39
- The [Web Document Scanner](https://scanbot.io/products/document-scanning/web-document-scanner/) allows you to easily
40
- implement real-time document detection with user guidance, auto-snapping, auto-cropping, and perspective correction.
39
+ ### Changelog
41
40
 
42
- Additionally, the SDK provides an option for custom cropping, in case automatic cropping does not fit your needs,
43
- as well as the option to save detected documents as PDF or TIFF.
41
+ For a detailed list of changes in each version, see the changelog for our [Web Barcode Scanner](https://docs.scanbot.io/barcode-scanner-sdk/web/changelog/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) or [Web Document Scanner](https://docs.scanbot.io/document-scanner-sdk/web/changelog/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) SDK.
44
42
 
45
- Check out our [live demo](https://scanbot.io/trial/demo-web/).
43
+ ## How to use the SDK
46
44
 
47
- ## MRZ Scanner for the Web
48
- With the Scanbot [MRZ Scanner SDK for the web](https://scanbot.io/products/data-capture/mrz-software/web-mrz-scanner/),
49
- you can extract personal data from machine-readable zones (MRZ), for example on ID cards.
45
+ ### Requirements
50
46
 
51
- Check out our [live demo](https://scanbot.io/trial/demo-web/).
47
+ Check out our [barcode scanner](https://docs.scanbot.io/barcode-scanner-sdk/web/introduction/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites#requirements) or [document scanner](https://docs.scanbot.io/document-scanner-sdk/web/introduction/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites#requirements) documentation for a full overview of our SDK's requirements and complete installation guide.
52
48
 
53
- ## Documentation & Example App
54
- To integrate this plugin into your application please follow the steps in our
55
- [documentation](https://docs.scanbot.io/document-scanner-sdk/web/introduction/) and check out our Angular, React and
56
- plain JS [example apps](https://github.com/doo/scanbot-sdk-example-web).
49
+ ### Install steps
57
50
 
58
- This library is meant to be used natively in a web browser, if you are instead looking for a Cordova plugin,
59
- please go here: [Document Scanner](https://www.npmjs.com/package/cordova-plugin-scanbot-sdk) /
60
- [Barcode Scanner](https://www.npmjs.com/package/cordova-plugin-scanbot-barcode-scanner).
51
+ Add a reference to Scanbot SDK via CDN link/script. Make sure it's before your main script.
61
52
 
62
- ## Changelog
63
- For a detailed list of the changes included in each version, please see the
64
- [changelog](https://docs.scanbot.io/document-scanner-sdk/web/changelog/).
53
+ ```
54
+ <html>
55
+ <head>
56
+ <title>ScanbotSDK Quickstart</title>
57
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
58
+ </head>
59
+ <body>
60
+ <div id="document-scanner-container" style="width: 100%; height: 100%;"></div>
61
+ </body>
62
+ <script src="https://cdn.jsdelivr.net/npm/scanbot-web-sdk@7.1.0/bundle/ScanbotSDK.ui2.min.js"></script>
63
+ <script src="./main.js"></script>
64
+ </html>
65
+ ```
65
66
 
67
+ > **Note**: We strongly recommend AGAINST using jsdelivr for your production environment. Please download the SDK and host it on your server. We only use it for the quickest proof-of-concept implementation.
68
+ ### SDK initialization
66
69
 
67
- ## Trial License
68
- The Scanbot SDK will run without a license for one minute per session!
69
- To get an unrestricted, "no-strings-attached" 7-day trial license, please submit the
70
- [Trial License Form](https://scanbot.io/trial/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) on our website.
70
+ Since most environments still do not allow top-level await, you need to wrap your code in an async function.
71
71
 
72
- Please kindly note that a trial license can only be used in a development and staging environment.
73
- You are not allowed to publish your app to the App Store, Play Store or any 3rd party Android App Store with a trial license.
72
+ ```
73
+ (async function() {
74
+ const sdk = await ScanbotSDK.initialize({
75
+ licenseKey: "", // Empty string is the default value for trial mode
76
+ enginePath: "https://cdn.jsdelivr.net/npm/scanbot-web-sdk@7.1.0/bundle/bin/complete/"
77
+ });
78
+ })();
79
+ ```
74
80
 
81
+ 💡 You can test the SDK without a license key for 60 seconds per app session. Need longer testing? Get your [free trial license key](https://scanbot.io/trial/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites).
75
82
 
76
- ## Free Developer Support
77
- We provide free "no-strings-attached" developer support for the implementation & testing of the Scanbot SDK.
78
- If you encounter technical issues with integrating the Scanbot SDK or need advice on choosing the appropriate framework
79
- or features, please visit our [Support Page](https://docs.scanbot.io/support/).
83
+ ### Implementing the scanner
84
+
85
+ With just a few lines of code, you can integrate the barcode scanning or document scanning UI into your application's workflow using the Scanbot Web SDK's ready-to-use UI.
86
+
87
+ Remember to wrap the scanner creation into the same async block as initialization.
88
+
89
+ #### Barcode Scanner UI
90
+
91
+ ```
92
+ // Configure the scanner as needed
93
+ const config = new ScanbotSDK.UI.Config.BarcodeScannerScreenConfiguration();
94
+ // Create the scanner with the config object
95
+ const result = await ScanbotSDK.UI.createBarcodeScanner(config);
96
+ ```
97
+
98
+ #### Document Scanner UI
99
+
100
+ ```
101
+ // Configure the scanner as needed
102
+ const config = new ScanbotSDK.UI.Config.DocumentScanningFlow();
103
+ // Create the scanner with the config object
104
+ const result = await ScanbotSDK.UI.createDocumentScanner(config);
105
+ ```
106
+
107
+ #### Data Capture Module UIs
108
+
109
+ To integrate the Scanbot Web SDK's data capture modules, visit our full [documentation](https://docs.scanbot.io/document-scanner-sdk/web/introduction/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites).
110
+
111
+ ## Overview of the Scanbot SDK
112
+
113
+ ### Barcode Scanner SDK
114
+
115
+ The Scanbot [Barcode Scanner SDK for the web](https://scanbot.io/barcode-scanner-sdk/web-barcode-scanner/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) allows you to integrate fast and accurate barcode scanning capabilities into your web apps. On fast devices, barcodes might scan in as little as 0.04 seconds, and scans remain precise even under challenging conditions, including damaged, small, or distant barcodes and low-light environments.
116
+
117
+ #### Out-of-the-box barcode scanning workflows
118
+
119
+ The Scanbot Barcode Scanner SDK offers the following scan modes, available out-of-the-box in our ready-to-use UI:
120
+
121
+ * Single Scanning
122
+ * Batch & Multi Scanning
123
+ * Find & Pick
124
+ * Scan & Count
125
+
126
+ | ![Single Scanning](https://scanbot.io/wp-content/uploads/2025/05/dev-pages-web-single-scanning.png) | ![Batch Scanning](https://scanbot.io/wp-content/uploads/2025/05/dev-pages-web-batch-scanning.png) | ![Find and Pick](https://scanbot.io/wp-content/uploads/2025/05/dev-pages-web-find-pick.png) |
127
+ |--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
128
+
129
+ #### Scanning barcodes from an image
130
+
131
+ The Scanbot Web Barcode Scanner SDK also supports still images, enabling you to scan barcodes and QR Codes from JPG and other image files. It supports single-image and multi-image detection and returns a list of the recognized barcodes.
132
+
133
+ #### Supported barcode formats
134
+
135
+ The Web Barcode Scanner library supports all common 1D or 2D barcodes and multiple postal symbologies, including:
136
+
137
+ | Barcode type | Barcode symbologies |
138
+ |:-------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
139
+ | 1D Barcodes | [EAN](https://scanbot.io/barcode-scanner-sdk/ean/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [UPC](https://scanbot.io/barcode-scanner-sdk/upc/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [Code 128](https://scanbot.io/barcode-scanner-sdk/code-128/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [GS1-128](https://scanbot.io/barcode-scanner-sdk/gs1-128/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [Code 39](https://scanbot.io/barcode-scanner-sdk/code-39/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [Codabar](https://scanbot.io/barcode-scanner-sdk/codabar/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [ITF](https://scanbot.io/barcode-scanner-sdk/itf-code/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), Code 25, Code 32, Code 93, Code 11, MSI Plessey, Standard 2 of 5, IATA 2 of 5, Databar (RSS), GS1 Composite |
140
+ | 2D Barcodes | [QR Code](https://scanbot.io/glossary/qr-code/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [Micro QR Code](https://scanbot.io/barcode-scanner-sdk/micro-qr-code/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [Aztec Code](https://scanbot.io/barcode-scanner-sdk/aztec-code/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [PDF417 Code](https://scanbot.io/barcode-scanner-sdk/pdf417/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [Data Matrix Code](https://scanbot.io/barcode-scanner-sdk/data-matrix/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [GiroCode](https://scanbot.io/glossary/giro-code/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [NTIN Code](https://scanbot.io/glossary/gtin/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [PPN](https://scanbot.io/glossary/ppn/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [UDI](https://scanbot.io/glossary/udi/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [Royal Mail Mailmark](https://scanbot.io/barcode-scanner-sdk/royal-mail/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), MaxiCode |
141
+ | Postal Symbologies | USPS Intelligent Mail Barcode (IMb), Royal Mail RM4SCC Barcode, Australia Post 4-State Customer Code, Japan Post 4-State Customer Code, KIX |
142
+
143
+ 💡 Please visit our [docs](https://docs.scanbot.io/barcode-scanner-sdk/web/supported-barcodes/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) for a complete overview of the supported barcode symbologies.
144
+
145
+ #### Data parsers
146
+
147
+ The Scanbot Web Barcode Scanner SDK supports a variety of data parsers that extract structured information from 2D barcodes such as QR Codes and Data Matrix. These include parsers for documents such as driving licences (AAMVA), boarding passes, medical certificates, SEPA forms, Swiss QR codes, and vCard business cards.
148
+
149
+ ### Document Scanner SDK
150
+
151
+ The Scanbot Web Document Scanner SDK offers the following features:
152
+
153
+ * **User guidance**: Ease of use is crucial for large user bases. Our on-screen user guidance helps even non-tech-savvy users create perfect scans.
154
+
155
+ * **Automatic capture**: The SDK automatically captures the document when the device is optimally positioned over the document. This reduces the risk of blurry or incomplete document scans compared to manually triggered capture.
156
+
157
+ * **Automatic cropping**: Our document scanning SDK automatically straightens and crops scanned documents, ensuring high-quality document scan results.
158
+
159
+ * **Document Quality Analyzer**: This feature automatically rates the quality of the scanned pages from “very poor” to “excellent.” If the quality is below a specified threshold, the SDK prompts the user to rescan.
160
+
161
+ * **Export formats**: The SDK supports various image formats for exporting and processing documents (JPG, PDF, TIFF, and PNG). This ensures your downstream solutions receive the best format to store, print, or share the digitized document, or to process it further.
162
+
163
+ | ![User guidance](https://scanbot.io/wp-content/uploads/2025/05/dev-pages-web-user-guidance.png) | ![Automatic capture](https://scanbot.io/wp-content/uploads/2025/05/dev-pages-web-auto-capture.png) | ![Automatic cropping](https://scanbot.io/wp-content/uploads/2025/05/dev-pages-web-auto-cropping.png) |
164
+ |-----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
165
+
166
+ ### Data Capture Modules
167
+
168
+ The Scanbot SDK Data Capture Modules allow you to extract data from a wide range of documents, including [MRZ codes](https://scanbot.io/data-capture-software/mrz-scanner/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) on identity documents, [Checks](https://scanbot.io/data-capture-software/check-scanner/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [U.S.](https://scanbot.io/data-capture-software/us-drivers-license-scanner/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) and [German driver’s licenses](https://scanbot.io/data-capture-software/german-drivers-license-scanner/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [EHICs](https://scanbot.io/data-capture-software/ehic-scanner/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), [German ID cards](https://scanbot.io/data-capture-software/id-scanner/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), and [German residence permit cards](https://scanbot.io/data-capture-software/residence-permit-scanner/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites), and to integrate [OCR](https://scanbot.io/data-capture-software/ocr-sdk/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) text recognition capabilities.
169
+
170
+ ## Additional information
171
+
172
+ ### Trial license
173
+
174
+ The Scanbot SDK will run for one minute per session without a license. After that, all functionalities and UI components will stop working. To try Scanbot Web SDK without the one-minute limit, you can request a free, no-strings-attached [7-day trial license](https://scanbot.io/trial/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites).
175
+
176
+ Our pricing model is simple: Unlimited scanning for a flat annual license fee, full support included. There are no tiers, usage charges, or extra fees. [Contact our team](https://scanbot.io/contact-sales/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) to receive your quote.
177
+
178
+ ### Free developer support
179
+
180
+ Need help integrating or testing our Web SDK in your project? We offer [free developer support](https://docs.scanbot.io/support/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) via Slack, MS Teams, or email.
181
+
182
+ As a customer, you also get access to a dedicated support Slack or Microsoft Teams channel to talk directly to your Customer Success Manager and our engineers.
183
+
184
+ ### Guides and tutorials
185
+
186
+ Do you want to enable your app to scan barcodes or documents? Integrating the Web SDK into your web app takes just a few minutes.
187
+
188
+ 💡 Check out our [developer blog](https://scanbot.io/techblog/?utm_source=npmjs.com&utm_medium=referral&utm_campaign=dev_sites) for a collection of in-depth tutorials, use cases, and best practices.