Skip to content

Commit 3f3ade4

Browse files
update to internal commit 59544abd
1 parent bd81fe1 commit 3f3ade4

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

programming/maui/samples/index.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ noTitleIndex: true
1212
- [Demo and Samples](#demo-and-samples)
1313
- [Demos](#demos)
1414
- [Barcode Decoding Samples](#barcode-decoding-samples)
15-
- [BarcodeReaderSimpleSample](#barcodereadersimplesample)
15+
- [ScanBarcodes_FoundationalAPI](#scanbarcodes_foundationalapi)
16+
- [ScanBarcodes_ReadyToUseComponent](#scanbarcodes_readytousecomponent)
17+
- [ScanBarcodes_WithCameraEnhancer](#scanbarcodes_withcameraenhancer)
1618

1719
## Demos
1820

@@ -23,8 +25,21 @@ noTitleIndex: true
2325

2426
## Barcode Decoding Samples
2527

26-
### BarcodeReaderSimpleSample
28+
### ScanBarcodes_FoundationalAPI
2729

28-
Decode barcodes from video streaming. It shows the simplest code to implement a video barcode scanner.
30+
This is a sample that illustrates the simplest way to recognize barcodes from video streaming using foundational APIs.
2931

30-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-maui-samples/tree/main/BarcodeReaderSimpleSample){:target="_blank"}
32+
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-maui-samples/tree/main/ScanBarcodes_FoundationalAPI){:target="_blank"}
33+
34+
### ScanBarcodes_ReadyToUseComponent
35+
36+
This is a sample that illustrates the simplest way to recognize barcodes from video streaming using BarcodeScanner Component.
37+
38+
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-maui-samples/tree/main/ScanBarcodes_ReadyToUseComponent){:target="_blank"}
39+
40+
### ScanDriverLicense
41+
42+
43+
This sample demonstrates the simplest approach to recognizing a PDF417 barcode from video streaming and extracting structured data from its encoded data.
44+
45+
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-maui-samples/tree/main/ScanDriversLicense){:target="_blank"}

programming/maui/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pageStartVer: 10.0
1717

1818
#### Visual Studio for Mac
1919

20-
In the **NuGet Package Manager>Manage Packages for Solution** of your project, search for **Dynamsoft.CaptureVisionBundle.Maui**. Select the latest version and click **install**.
20+
In the **NuGet Package Manager>Manage Packages for Solution** of your project, search for **Dynamsoft.BarcodeReaderBundle.Maui**. Select the latest version and click **install**.
2121

2222
#### Visual Studio for Windows
2323

0 commit comments

Comments
 (0)