Skip to content

Commit 980be7e

Browse files
update to internal commit 69502d4b
1 parent b0ca685 commit 980be7e

File tree

4 files changed

+34
-26
lines changed

4 files changed

+34
-26
lines changed

programming/android/samples/index.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,37 @@ needAutoGenerateSidebar: true
77
noTitleIndex: false
88
---
99

10-
# Demo and Samples
10+
# Android Barcode Scanner Demo & Samples
1111

12-
- [Demo and Samples](#demo-and-samples)
12+
- [Android Barcode Scanner Demo \& Samples](#android-barcode-scanner-demo--samples)
1313
- [Demos](#demos)
14-
- [Barcode Scanner Demo](#barcode-scanner-demo)
15-
- [BarcodeScanner API Samples](#barcodescanner-api-samples)
14+
- [Android Barcode Scanner Demo](#android-barcode-scanner-demo)
15+
- [Android BarcodeScanner Samples](#android-barcodescanner-samples)
1616
- [ScanSingleBarcode](#scansinglebarcode)
1717
- [ScanMultipleBarcodes](#scanmultiplebarcodes)
1818
- [ScenarioOrientedSamples](#scenarioorientedsamples)
19-
- [Foundation API Samples](#foundation-api-samples)
19+
- [Android Foundational API Samples](#android-foundational-api-samples)
2020
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
2121
- [Read Single Barcode (With CameraX)](#read-single-barcode-with-camerax)
2222
- [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
2323
- [General Barcode Decoding Settings](#general-barcode-decoding-settings)
2424
- [Decode Tiny Barcodes](#decode-tiny-barcodes)
2525
- [Locate an Item with Barcode](#locate-an-item-with-barcode)
26-
- [ID Scanning Samples](#id-scanning-samples)
26+
- [Android ID Scanning Samples](#android-id-scanning-samples)
2727
- [Scan a Driver's License (via PDF417 Barcode)](#scan-a-drivers-license-via-pdf417-barcode)
28-
- [Other Use Case Samples](#other-use-case-samples)
28+
- [Other Use Case Samples for Android Platform](#other-use-case-samples-for-android-platform)
2929
- [Scan VIN Barcode](#scan-vin-barcode)
3030

3131
## Demos
3232

33-
### Barcode Scanner Demo
33+
### Android Barcode Scanner Demo
3434

3535
- [View in Google Play Store](https://play.google.com/store/apps/details?id=com.dynamsoft.demo.dynamsoftbarcodereaderdemo&pli=1){:target="_blank"}
3636
- [Download APK](https://download2.dynamsoft.com/dbr/android/DynamsoftBarcodeReaderDemoAndroid.apk)
3737

38-
## BarcodeScanner API Samples
38+
## Android BarcodeScanner Samples
39+
40+
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.
3941

4042
### ScanSingleBarcode
4143

@@ -67,7 +69,9 @@ Check code on GitHub
6769

6870
- [Java](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScenarioOrientedSamples)
6971

70-
## Foundation API Samples
72+
## Android Foundational API Samples
73+
74+
The foundational API examples show you how to use the foundational APIs of Dynamsoft Barcoder Reader to develop a full customizable iOS barcode scanner.
7175

7276
### Read Single Barcode (With CameraEnhancer)
7377

@@ -103,15 +107,15 @@ Input an ID with barcode text and detect it from multiple barcodes under the scr
103107

104108
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/LocateAnItemWithBarcode){:target="_blank"}
105109

106-
## ID Scanning Samples
110+
## Android ID Scanning Samples
107111

108112
### Scan a Driver's License (via PDF417 Barcode)
109113

110114
Scan the PDF417 barcodes on a drivers' license and extract the drivers information.
111115

112116
[Check code on GitHub](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/DriversLicenseScanner){:target="_blank"}
113117

114-
## Other Use Case Samples
118+
## Other Use Case Samples for Android Platform
115119

116120
### Scan VIN Barcode
117121

programming/android/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ needGenerateH3Content: true
99
needAutoGenerateSidebar: true
1010
---
1111

12-
# DBR Android Edition User Guide
12+
# Dynamsoft Barcode Reader Android Edition User Guide
1313

1414
These articles will help you get the most out of Dynamsoft Barcode Reader Android Edition.
1515

programming/objectivec-swift/samples/index.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,34 @@ needAutoGenerateSidebar: true
77
noTitleIndex: false
88
---
99

10-
# Demo and Samples
10+
# iOS Barcode Scanner Demo & Samples
1111

12-
- [Demo and Samples](#demo-and-samples)
13-
- [Demos](#demos)
14-
- [BarcodeScanner API Samples](#barcodescanner-api-samples)
12+
- [iOS Barcode Scanner Demo \& Samples](#ios-barcode-scanner-demo--samples)
13+
- [iOS Barcode Scanner Demos](#ios-barcode-scanner-demos)
14+
- [iOS BarcodeScanner API Samples](#ios-barcodescanner-api-samples)
1515
- [ScanSingleBarcode](#scansinglebarcode)
1616
- [ScanMultipleBarcodes](#scanmultiplebarcodes)
1717
- [ScenarioOrientedSamples](#scenarioorientedsamples)
18-
- [Foundational API Samples](#foundational-api-samples)
18+
- [iOS Foundational API Samples](#ios-foundational-api-samples)
1919
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
2020
- [Read Single Barcode (With AVCaptureSession)](#read-single-barcode-with-avcapturesession)
2121
- [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
2222
- [General Barcode Decoding Settings](#general-barcode-decoding-settings)
2323
- [Decode Tiny Barcodes](#decode-tiny-barcodes)
2424
- [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)
2626
- [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)
2828
- [Scan VIN Barcode](#scan-vin-barcode)
2929

30-
## Demos
30+
## iOS Barcode Scanner Demos
3131

3232
- Barcode Scanner Demo
3333
- [View in App Store](https://apps.apple.com/us/app/dynamsoft-barcode-scanner-demo/id1120581630){:target="_blank"}
3434

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.
3638

3739
### ScanSingleBarcode
3840

@@ -64,7 +66,9 @@ Check code on GitHub
6466

6567
- [Swift](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples)
6668

67-
## Foundational API Samples
69+
## iOS Foundational API Samples
70+
71+
The foundational API examples show you how to use the foundational APIs of Dynamsoft Barcoder Reader to develop a full customizable iOS barcode scanner.
6872

6973
### Read Single Barcode (With CameraEnhancer)
7074

@@ -102,15 +106,15 @@ Input an ID with barcode text and detect it from multiple barcodes under the scr
102106

103107
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/LocateAnItemWithBarcode){:target="_blank"}
104108

105-
## ID Scanning Samples
109+
## iOS ID Scanning Samples
106110

107111
### Scan a Driver's License (via PDF417 Barcode)
108112

109113
Scan the PDF417 barcodes on a drivers' license and extract the drivers information.
110114

111115
[Check code on GitHub](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DriversLicenseScanner){:target="_blank"}
112116

113-
## Other Use Case Samples
117+
## Other Use Case Samples for iOS Platform
114118

115119
### Scan VIN Barcode
116120

programming/objectivec-swift/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ needGenerateH3Content: true
99
needAutoGenerateSidebar: true
1010
---
1111

12-
# DBR iOS Edition User Guide
12+
# Dynamsoft Barcode Reader iOS Edition User Guide
1313

1414
These articles will help you get the most out of Dynamsoft Barcode Reader Android Edition.
1515

0 commit comments

Comments
 (0)