Skip to content

Commit c620cdf

Browse files
update v9 java sample links
1 parent 9de7916 commit c620cdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

programming/java/samples/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ permalink: /programming/java/samples/index.html
1414

1515
| Sample Name | Description |
1616
| --- | --- |
17-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/HelloWorld" target="_blank">HelloWorld</a> | This sample demonstrates the simplest way to read barcodes from an image file and output barcode format and text. |
18-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/GeneralSettings" target="_blank">GeneralSettings</a> | This sample demonstrates how to configure general used settings and read barcodes from an image file. |
19-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/ImageDecoding" target="_blank">ImageDecoding</a> | 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. |
20-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/Performance/SpeedFirstSettings" target="_blank">SpeedFirstSettings</a> | 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. |
21-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/Performance/ReadRateFirstSettings" target="_blank">ReadRateFirstSettings</a> | 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. |
22-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/Performance/AccuracyFirstSettings" target="_blank">AccuracyFirstSettings</a> | 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. |
17+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/v9.x/samples/HelloWorld" target="_blank">HelloWorld</a> | This sample demonstrates the simplest way to read barcodes from an image file and output barcode format and text. |
18+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/v9.x/samples/GeneralSettings" target="_blank">GeneralSettings</a> | This sample demonstrates how to configure general used settings and read barcodes from an image file. |
19+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/v9.x/samples/ImageDecoding" target="_blank">ImageDecoding</a> | 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. |
20+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/v9.x/samples/Performance/SpeedFirstSettings" target="_blank">SpeedFirstSettings</a> | 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. |
21+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/v9.x/samples/Performance/ReadRateFirstSettings" target="_blank">ReadRateFirstSettings</a> | 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. |
22+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/v9.x/samples/Performance/AccuracyFirstSettings" target="_blank">AccuracyFirstSettings</a> | 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. |
2323

2424
## Official Online Demo
2525
This <a href="https://demo.dynamsoft.com/barcode-reader/" target="_blank">Online Demo</a> is an online barcode scanner for all barcode types. All supported parameters are opened for customization to see how Dynamsoft Barcode Reader works in different usage scenarios.

0 commit comments

Comments
 (0)