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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ This repository contains multiple samples that demonstrates how to use the [Dyna
15
15
| Sample Name | Description |
16
16
| ----------- | ----------- |
17
17
|[`HelloWorld`](samples/HelloWorld)| This is a Java sample that illustrates the simplest way to recognize barcodes from images with Dynamsoft Barcode Reader SDK. |
18
-
|[`VideoDecoding`](Samples/VideoDecoding)| This sample demonstrates how to read barcodes from video frames. |
19
-
|[`GeneralSettings`](Samples/GeneralSettings)| This sample demonstrates how to configure general used settings and read barcodes from an image file. |
20
-
|[`ReadDPMBarcode`](Samples/ReadDPMBarcode)| This sample demonstrates how to read DPM (Direct Part Marking) barcodes and get barcode results. |
21
-
|[`ParameterTuner`](Samples/ParameterTuner)| This sample demonstrates how to adjust and test different parameter settings to optimize barcode recognition performance. |
22
-
|[`ShowLocalizedVSDecodedBarcodes`](Samples/ShowLocalizedVSDecodedBarcodes)| This sample demonstrates how to highlight successfully decoded and only-localized barcodes with different styles of rectangles. |
18
+
|[`VideoDecoding`](samples/VideoDecoding)| This sample demonstrates how to read barcodes from video frames. |
19
+
|[`GeneralSettings`](samples/GeneralSettings)| This sample demonstrates how to configure general used settings and read barcodes from an image file. |
20
+
|[`ReadDPMBarcode`](samples/ReadDPMBarcode)| This sample demonstrates how to read DPM (Direct Part Marking) barcodes and get barcode results. |
21
+
|[`ParameterTuner`](samples/ParameterTuner)| This sample demonstrates how to adjust and test different parameter settings to optimize barcode recognition performance. |
22
+
|[`ShowLocalizedVSDecodedBarcodes`](samples/ShowLocalizedVSDecodedBarcodes)| This sample demonstrates how to highlight successfully decoded and only-localized barcodes with different styles of rectangles. |
0 commit comments