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
The `BarcodeScanner` Android examples show you how to develop and customize your scanner app with the Ready-to-Use component, `BarcodeScanner`, of Dynamsoft Barcode Reader.
The foundational API examples show you how to use the foundational APIs of Dynamsoft Barcoder Reader to develop a full customizable iOS barcode scanner.
71
75
72
76
### Read Single Barcode (With CameraEnhancer)
73
77
@@ -103,15 +107,15 @@ Input an ID with barcode text and detect it from multiple barcodes under the scr
103
107
104
108
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/LocateAnItemWithBarcode){:target="_blank"}
105
109
106
-
## ID Scanning Samples
110
+
## Android ID Scanning Samples
107
111
108
112
### Scan a Driver's License (via PDF417 Barcode)
109
113
110
114
Scan the PDF417 barcodes on a drivers' license and extract the drivers information.
111
115
112
116
[Check code on GitHub](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/DriversLicenseScanner){:target="_blank"}
- [Locate an Item with Barcode](#locate-an-item-with-barcode)
25
-
- [ID Scanning Samples](#id-scanning-samples)
25
+
- [iOS ID Scanning Samples](#ios-id-scanning-samples)
26
26
- [Scan a Driver's License (via PDF417 Barcode)](#scan-a-drivers-license-via-pdf417-barcode)
27
-
- [Other Use Case Samples](#other-use-case-samples)
27
+
- [Other Use Case Samples for iOS Platform](#other-use-case-samples-for-ios-platform)
28
28
- [Scan VIN Barcode](#scan-vin-barcode)
29
29
30
-
## Demos
30
+
## iOS Barcode Scanner Demos
31
31
32
32
- Barcode Scanner Demo
33
33
-[View in App Store](https://apps.apple.com/us/app/dynamsoft-barcode-scanner-demo/id1120581630){:target="_blank"}
34
34
35
-
## BarcodeScanner API Samples
35
+
## iOS BarcodeScanner API Samples
36
+
37
+
The `BarcodeScanner` iOS examples show you how to develop and customize your scanner app with the Ready-to-Use component, `BarcodeScanner`, of Dynamsoft Barcode Reader.
The foundational API examples show you how to use the foundational APIs of Dynamsoft Barcoder Reader to develop a full customizable iOS barcode scanner.
68
72
69
73
### Read Single Barcode (With CameraEnhancer)
70
74
@@ -102,15 +106,15 @@ Input an ID with barcode text and detect it from multiple barcodes under the scr
102
106
103
107
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/LocateAnItemWithBarcode){:target="_blank"}
104
108
105
-
## ID Scanning Samples
109
+
## iOS ID Scanning Samples
106
110
107
111
### Scan a Driver's License (via PDF417 Barcode)
108
112
109
113
Scan the PDF417 barcodes on a drivers' license and extract the drivers information.
110
114
111
115
[Check code on GitHub](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DriversLicenseScanner){:target="_blank"}
0 commit comments