Skip to content

Commit 9e3d72a

Browse files
committed
Update ReadMe
1 parent 9464079 commit 9e3d72a

File tree

6 files changed

+15
-34
lines changed

6 files changed

+15
-34
lines changed

.images/ScanbotSDKLogo.png

47.2 KB
Loading

.images/ScanbotSDKLogo_darkmode.png

53.4 KB
Loading

.images/batch-scanning.png

-1.07 MB
Binary file not shown.

.images/find-pick.png

-1.23 MB
Binary file not shown.

.images/multi-scanning.png

-1.29 MB
Binary file not shown.

README.md

Lines changed: 15 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
2-
![Scanbot SDK Logo](/ReadMes_Batch1/Images/ScanbotSDKLogo.png)
1+
<p align="left">
2+
<img src=".images/ScanbotSDKLogo.png#gh-light-mode-only" width="15%" />
3+
</p>
4+
<p align="left">
5+
<img src=".images/ScanbotSDKLogo_darkmode.png#gh-dark-mode-only" width="15%" />
6+
</p>
37

48
# Example App for the Scanbot Xamarin Barcode Scanner SDK & Xamarin forms Barcode Scanner SDK
59

@@ -9,6 +13,8 @@ This example app demonstrates how to integrate the Scanbot Xamarin Barcode Scann
913

1014
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.
1115

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+
1218
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.
1319

1420
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
2127

2228
>**Note**: Please make sure that camera permissions on your device are configured accordingly.
2329
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-
| ![Batch Scanning](.images/batch-scanning.png) | ![Multi Scanning](.images/multi-scanning.png) | ![Find and Pick](.images/find-pick.png) |
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
5631

5732
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:
5833

@@ -64,6 +39,12 @@ The Scanbot Barcode Scanner library supports all common 1D- or 2D barcodes, such
6439

6540
💡 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.
6641

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.
47+
6748
## Additional information
6849

6950
### Guides and Tutorials

0 commit comments

Comments
 (0)