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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,21 +16,19 @@ This repository contains multiple samples that demonstrates how to use the [Dyna
16
16
17
17
| Sample Name | Description |
18
18
| ----------- | ----------- |
19
-
|`HelloWorld`| This is a Java sample that illustrates the simplest way to recognize barcodes from images with Dynamsoft Barcode Reader SDK. |
20
-
|`GeneralSettings`| This is a Java sample that illustrates how to make general settings (including barcode format/barcode count/scan region) when using Dynamsoft Barcode Reader. |
21
-
|`ImageDecoding`| This is a Java sample that illustrates how to decode images in various format (including Base64/BufferedImage/file bytes/image buffer) when using Dynamsoft Barcode Reader. |
22
-
|`SpeedFirstSettings`| This is a Java sample that shows how to configure Dynamsoft Barcode Reader to read barcodes as fast as possible. The downside is that read-rate and accuracy might be affected. |
23
-
|`ReadRateFirstSettings`| This is a Java sample that shows 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. |
24
-
|`AccuracyFirstSettings`| This is a Java sample that shows 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. |
19
+
|[`HelloWorld`](samples/HelloWorld)| This is a Java sample that illustrates the simplest way to recognize barcodes from images with Dynamsoft Barcode Reader SDK. |
20
+
|[`GeneralSettings`](samples/GeneralSettings)` | This is a Java sample that illustrates how to make general settings (including barcode format/barcode count/scan region) when using Dynamsoft Barcode Reader. |
21
+
|[`ImageDecoding`](samples/ImageDecoding)| This is a Java sample that illustrates how to decode images in various format (including Base64/BufferedImage/file bytes/image buffer) when using Dynamsoft Barcode Reader. |
22
+
|[`SpeedFirstSettings`](samples/Performance/SpeedFirstSettings)| This is a Java sample that shows how to configure Dynamsoft Barcode Reader to read barcodes as fast as possible. The downside is that read-rate and accuracy might be affected. |
23
+
|[`ReadRateFirstSettings`](samples/Performance/ReadRateFirstSettings)| This is a Java sample that shows 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. |
24
+
|[`AccuracyFirstSettings`](samples/Performance/AccuracyFirstSettings)` | This is a Java sample that shows 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. |
25
25
26
26
## License
27
27
28
28
The library requires a license to work, you use the API initLicense to initialize license key and activate the SDK.
29
29
30
-
These samples use a <ahref="https://www.dynamsoft.com/license-server/docs/about/terms.html?ver=latest&product=dbr&utm_source=samples&package=java#public-trial-license"target="_blank">free public trial license</a>. Note that network connection is required for this license to work.
31
-
32
-
You can also request a 30-day trial license from <ahref="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java"target="_blank">Customer Portal</a>
30
+
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=java"target="_blank">Customer Portal</a> which works offline.
0 commit comments