Skip to content

Commit 3fa7ccb

Browse files
Update README.md
1 parent 6efe696 commit 3fa7ccb

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,24 @@ This repository contains multiple samples that demonstrates how to use the <a hr
1515

1616
| Sample | Description |
1717
|---|---|
18-
| HelloWorld | This sample demonstrates the simplest way to read barcodes from an image file. |
19-
| GeneralSettings | This sample demonstrates how to configure general settings and read barcodes from an image file. |
20-
| ProcessDocumentsByBarcodes | This sample demonstrates how to renaming, splitting or classifying a batch of documents using barcodes result. |
21-
| DecodeFromScannerAndWebcam | This sample demonstrates how to read barcodes from scanner, webcam and local files. |
22-
| ImageDecoding | This sample demonstrates how to decode images in various format (including Disk File/File Bytes in Memory/Raw Buffer/Base64 String/Bitmap) when using Dynamsoft Barcode Reader. |
23-
| SpeedFirstSettings | This sample demonstrates how to configure Dynamsoft Barcode Reader to read barcodes as fast as possible. The downside is that read-rate and accuracy might be affected. |
24-
| ReadRateFirstSettings | This sample demonstrates how to configure Dynamsoft Barcode Reader to read as many barcodes as possible at one time. The downside is that speed and accuracy might be affected. It is recommended to apply these configurations when decoding multiple barcodes from a single image. |
25-
| AccuracyFirstSettings | This sample demonstrates how to configure Dynamsoft Barcode Reader to read barcodes as accurately as possible. The downside is that speed and read-rate might be affected. It is recommended to apply these configurations when misreading is unbearable. |
26-
| ReadDPMBarcodes | This sample demonstrates how to configure Dynamsoft Barcode Reader to read DPM barcodes. |
18+
| [`HelloWorld`](samples/HelloWorld) | This sample demonstrates the simplest way to read barcodes from an image file. |
19+
| [`GeneralSettings`](samples/GeneralSettings) | This sample demonstrates how to configure general settings and read barcodes from an image file. |
20+
| [`ProcessDocumentsByBarcodes`](samples/UseCases/ProcessDocumentsByBarcodes) | This sample demonstrates how to renaming, splitting or classifying a batch of documents using barcodes result. |
21+
| [`DecodeFromScannerAndWebcam`](samples/UseCases/DecodeFromScannerAndWebcam) | This sample demonstrates how to read barcodes from scanner, webcam and local files. |
22+
| [`ImageDecoding`](samples/ImageDecoding) | This sample demonstrates how to decode images in various format (including Disk File/File Bytes in Memory/Raw Buffer/Base64 String/Bitmap) when using Dynamsoft Barcode Reader. |
23+
| [`SpeedFirstSettings`](samples/Performance/SpeedFirstSettings) | This sample demonstrates how to configure Dynamsoft Barcode Reader to read barcodes as fast as possible. The downside is that read-rate and accuracy might be affected. |
24+
| [`ReadRateFirstSettings`](samples/Performance/ReadRateFirstSettings) | This sample demonstrates how to configure Dynamsoft Barcode Reader to read as many barcodes as possible at one time. The downside is that speed and accuracy might be affected. It is recommended to apply these configurations when decoding multiple barcodes from a single image. |
25+
| [`AccuracyFirstSettings`](samples/Performance/AccuracyFirstSettings) | This sample demonstrates how to configure Dynamsoft Barcode Reader to read barcodes as accurately as possible. The downside is that speed and read-rate might be affected. It is recommended to apply these configurations when misreading is unbearable. |
26+
| [`ReadDPMBarcodes`](samples/UseCases/ReadDPMBarcodes) | This sample demonstrates how to configure Dynamsoft Barcode Reader to read DPM barcodes. |
2727

2828
## License
2929

3030
The library requires a license to work, you use the API InitLicense to initialize license key and activate the SDK.
3131

32-
These samples use a <a href="https://www.dynamsoft.com/license-server/docs/about/terms.html?ver=latest&product=dbr&utm_source=samples&package=dotnet#public-trial-license" target="_blank">free public trial license</a>. Note that network connection is required for this license to work.
33-
34-
You can also request a 30-day trial license from <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=dotnet" target="_blank">Customer Portal</a>
32+
These samples use a free public trial license which require network connection to function. You can request a 30-day free trial license key from <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=dotnet" target="_blank">Customer Portal</a> which works offline.
3533

3634
For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html.
3735

3836
## Contact Us
3937

40-
https://www.dynamsoft.com/company/contact/
38+
https://www.dynamsoft.com/company/contact/

0 commit comments

Comments
 (0)