Skip to content

Commit 2341011

Browse files
update sample list in readme
1 parent cc278f1 commit 2341011

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ This repository contains multiple samples that demonstrates how to use the <a hr
2121
| GeneralSettings | This sample demonstrates how to configure general used settings and read barcodes from an image file. |
2222
| BatchDecode | This sample demonstrates how to read barcodes from files in the specified directory and return results plus performance metrics. |
2323
| VideoDecoding | This sample demonstrates how to read barcodes from video frames. |
24+
| 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. |
25+
| 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. |
26+
| 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. |
2427

2528

2629
## License
2730

2831
The library requires a license to work, you use the API InitLicenseFromDLS to tell the program where to fetch your license.
2932

30-
If the Organizaion ID is not specified or set as "200001", a 7-day (public) trial license will be used by default which is the case in these samples.
33+
If the Organization ID is not specified or set as "200001", a 7-day (public) trial license will be used by default which is the case in these samples.
3134

3235
Note that network connection is required for this license to work.
3336

0 commit comments

Comments
 (0)