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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,16 @@ This repository contains multiple samples that demonstrates how to use the <a hr
21
21
| GeneralSettings | This sample demonstrates how to configure general used settings and read barcodes from an image file. |
22
22
| BatchDecode | This sample demonstrates how to read barcodes from files in the specified directory and return results plus performance metrics. |
23
23
| 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. |
24
27
25
28
26
29
## License
27
30
28
31
The library requires a license to work, you use the API InitLicenseFromDLS to tell the program where to fetch your license.
29
32
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.
31
34
32
35
Note that network connection is required for this license to work.
0 commit comments