Skip to content

Commit 61715ff

Browse files
update to internal commit d3c8a1f7
1 parent c3f7ebd commit 61715ff

File tree

3 files changed

+85
-102
lines changed

3 files changed

+85
-102
lines changed

_includes/sidelist-programming/programming-java.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
<li><a href="{{ site.dbr_java_release_notes }}java-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
203203
</ul>
204204
</li>
205+
<li lang="java"><a href="{{ site.dbr_java }}upgrade-instruction.html" class="otherLinkColour">Upgrade Instructions</a></li>
205206
<li lang="java"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
206207
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath lang=include.lang targetRelativePath="sidelist-faq.html" -%}
207208

programming/java/samples/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ needAutoGenerateSidebar: false
1515

1616
| Sample Name | Description |
1717
| --- | --- |
18-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/HelloWorld" target="_blank">HelloWorld</a> | This is a Java sample that illustrates the simplest way to recognize barcodes from images with Dynamsoft Barcode Reader SDK. |
19-
| <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. |
20-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/VideoDecoding" target="_blank">VideoDecoding</a> | This sample demonstrates how to read barcodes from video frames. |
21-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/ReadDPMBarcode" target="_blank">ReadDPMBarcode</a> | This sample demonstrates how to read DPM (Direct Part Marking) barcodes and get barcode results. |
22-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/ParameterTuner" target="_blank">ParameterTuner</a> | This sample demonstrates how to adjust and test different parameter settings to optimize barcode recognition performance. |
23-
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/samples/ShowLocalizedVSDecodedBarcodes" target="_blank">ShowLocalizedVSDecodedBarcodes</a> | This sample demonstrates how to highlight successfully decoded and only-localized barcodes with different styles of rectangles. |
18+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/Samples/HelloWorld" target="_blank">HelloWorld</a> | This is a Java sample that illustrates the simplest way to recognize barcodes from images with Dynamsoft Barcode Reader SDK. |
19+
| <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. |
20+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/Samples/VideoDecoding" target="_blank">VideoDecoding</a> | This sample demonstrates how to read barcodes from video frames. |
21+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/Samples/ReadDPMBarcode" target="_blank">ReadDPMBarcode</a> | This sample demonstrates how to read DPM (Direct Part Marking) barcodes and get barcode results. |
22+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/Samples/ParameterTuner" target="_blank">ParameterTuner</a> | This sample demonstrates how to adjust and test different parameter settings to optimize barcode recognition performance. |
23+
| <a href="https://github.com/Dynamsoft/barcode-reader-java-samples/tree/main/Samples/ShowLocalizedVSDecodedBarcodes" target="_blank">ShowLocalizedVSDecodedBarcodes</a> | This sample demonstrates how to highlight successfully decoded and only-localized barcodes with different styles of rectangles. |
2424

2525
### Additional Samples using Capture Vision SDK
2626

0 commit comments

Comments
 (0)