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
Copy file name to clipboardExpand all lines: README.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,24 @@ This repository contains multiple samples that demonstrates how to use the <a hr
15
15
16
16
| Sample | Description |
17
17
|---|---|
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. |
27
27
28
28
## License
29
29
30
30
The library requires a license to work, you use the API InitLicense to initialize license key and activate the SDK.
31
31
32
-
These samples use a <ahref="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 <ahref="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 <ahref="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=dotnet"target="_blank">Customer Portal</a> which works offline.
35
33
36
34
For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html.
0 commit comments