Skip to content

Commit 0fc9726

Browse files
update sample list in readme
1 parent 5546139 commit 0fc9726

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@ This repository contains multiple samples that demonstrates how to use the <a hr
1919
| GeneralSettings | This sample demonstrates how to configure general settings and read barcodes from an image file. |
2020
| ProcessDocumentsByBarcodes | This sample demonstrates how to renaming, splitting or classifying a batch of documents using barcodes result. |
2121
| 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. |
2226

2327

2428
## License
2529

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

28-
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.
32+
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.
2933

3034
Note that network connection is required for this license to work.
3135

0 commit comments

Comments
 (0)