You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Example App for the Scanbot Xamarin Barcode Scanner SDK & Xamarin forms Barcode Scanner SDK
5
9
@@ -9,6 +13,8 @@ This example app demonstrates how to integrate the Scanbot Xamarin Barcode Scann
9
13
10
14
The Scanbot [Barcode Scanner SDK](https://scanbot.io/barcode-scanner-sdk/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites) is a set of simple and intuitive high-level APIs that allows you to scan barcodes fast and reliably from your mobile devices or websites.
11
15
16
+
The SDK utilizes your device's camera, which can be freely switched. You can also apply various filters to narrow down the results by barcode type or content, with regex pattern support to ensure you only capture the specific barcodes relevant to your application.
17
+
12
18
It operates entirely offline on the user's device and takes only 0.04 seconds per scan. Scans are accurate even under challenging conditions, including damaged, small, or distant barcodes and low-light environments.
13
19
14
20
The SDK can be integrated into your app within minutes and comes with Ready-To-Use UI components, which allow you to customize the barcode scanner to your needs.
@@ -21,38 +27,7 @@ The latest version of [Microsoft Visual Studio](https://visualstudio.microsoft.c
21
27
22
28
>**Note**: Please make sure that camera permissions on your device are configured accordingly.
23
29
24
-
## Features of the Barcode Xamarin Scanner SDK
25
-
26
-
### Out-of-the-box barcode scanning workflows
27
-
28
-
The Scanbot Barcode Scanner SDK offers the following scan modes right out of the box in our ready-to-use UI.
29
-
30
-
#### Single Scanning
31
-
32
-
This is the Barcode Scanner SDK's default scanning mode. It is optimized for detecting a single barcode at a time and is easily configurable to your needs. You can show a confirmation screen that displays detected barcode data.
33
-
34
-
#### Batch & Multi scanning
35
-
36
-
The barcode scanner can also be configured to scan multiple barcodes in succession (without closing the scanning screen every time), to capture multiple barcodes from the camera view at once, or to count the scanned items.
37
-
38
-
#### Find & Pick
39
-
40
-
Given one or more barcodes, the SDK will visually highlight and scan the correct items for your users. It automatically selects the barcode with the right barcode value from your camera feed.
41
-
42
-
||||
43
-
| :-- | :-- | :-- |
44
-
45
-
### AR Overlay
46
-
47
-
The Scanbot Barcode Scanner SDK includes an optional AR Overlay for all scanning modes. It provides real-time barcode highlighting, preview, and tap-to-select functionalities.
48
-
49
-
Recognized barcodes are highlighted with a customizable frame and text, clearly distinguishing scanned from unscanned items. Users can select barcodes manually by tapping or instead rely on automatic selection.
50
-
51
-
### Scanning barcodes from an image
52
-
53
-
The Scanbot Barcode Scanner SDK also supports still images, enabling barcode scanning from JPG and other image files. It supports single-image and multi-image detection and returns a list of recognized barcodes.
54
-
55
-
### Supported barcodes
30
+
## Supported barcodes
56
31
57
32
The Scanbot Barcode Scanner library supports all common 1D- or 2D barcodes, such as QR codes, Data Matrix codes, as well as multiple postal symbologies, including:
58
33
@@ -64,6 +39,12 @@ The Scanbot Barcode Scanner library supports all common 1D- or 2D barcodes, such
64
39
65
40
💡 Please visit our [docs](https://docs.scanbot.io/barcode-scanner-sdk/xamarin/supported-barcodes/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites) for a complete overview of the supported barcode symbologies.
66
41
42
+
### Data Parsers
43
+
44
+
The Scanbot 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.
45
+
46
+
💡 Please refer to our [documentation](https://docs.scanbot.io/barcode-scanner-sdk/xamarin/supported-barcodes/#data-parsers) for a full list of supported data parsers.
0 commit comments