Skip to content

Commit 052b97a

Browse files
AllenAllen-Dynamsoft
authored andcommitted
Update README.md
1 parent b275b15 commit 052b97a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This repository contains multiple samples that demonstrate how to use the [Dynam
2525

2626
## Samples
2727

28+
### Barcode Reader Samples
29+
2830
| Sample Name | Description | Programming Language(s) |
2931
| ----------- | ----------- | ----------------------- |
3032
| `DecodeWithCameraEnhancer` | The simplest sample of video streaming barcode scanner using **DynamsoftCameraEnhancer** as the input source. | Java(Android)/Kotlin/Objective-C/Swift |
@@ -35,6 +37,17 @@ This repository contains multiple samples that demonstrate how to use the [Dynam
3537
| `PerformanceSettings` | Parameter configuration guide on improving the speed, read-rate and accuracy of barcode reading. The sample includes the code of image decoding from the album. | Java(Android)/Swift |
3638
| `TinyBarcodeDecoding` | The sample to tell you how to process the tiny barcodes. Including zoom and focus control. | Java(Android)/Swift |
3739

40+
### Capture Vision Samples
41+
42+
The following samples aggregate multiple products under `DynamsoftCaptureVision` architecture. They include the barcode decoding feature and implement it in more specific usage scenarios with the help of the other Dynamsoft functional products.
43+
44+
> Note: Move to the [DynamsoftCaptureVison samples repo](https://github.com/Dynamsoft/capture-vision-mobile-samples) to view the following samples.
45+
46+
| Sample Name | Description | Programming Language(s) | Products |
47+
| ----------- | ----------- | ----------------------- | -------- |
48+
| `DriversLicenseScanner` | Scan the PDF417 barcodes on a drivers' license and extract the drivers information. | Java(Android)/Swift | [DynamsoftBarcodeReader](https://www.dynamsoft.com/barcode-reader/overview/)<br> [DynamsoftCodeParser](https://www.dynamsoft.com/code-parser/docs/core/introduction/) |
49+
| `VINScanner` | Scan the vin barcode or text and extract the vehicle information. | Java(Android)/Swift | [DynamsoftBarcodeReader](https://www.dynamsoft.com/barcode-reader/overview/) <br> [DynamsoftLabelRecognizer](https://www.dynamsoft.com/label-recognition/overview/)<br> [DynamsoftCodeParser](https://www.dynamsoft.com/code-parser/docs/core/introduction/) |
50+
3851
### How to build (For iOS Editions)
3952

4053
1. Enter the sample folder, install DBR SDK through `pod` command

0 commit comments

Comments
 (0)