Skip to content

Commit a366602

Browse files
Merge pull request #330 from dynamsoft-docs/preview
Preview
2 parents a1c1982 + b0ca685 commit a366602

File tree

4 files changed

+68
-18
lines changed

4 files changed

+68
-18
lines changed

_includes/sidelist-programming/programming-android.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,17 @@
232232
</li>
233233
<li lang="android"><a>DynamsoftLicense</a>
234234
<ul lang="android">
235-
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
236-
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-module.html" class="otherLinkColour">LicenseModule</a></li>
235+
<li lang="android"><a class="otherLinkColour">Classes</a>
236+
<ul lang="android">
237+
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
238+
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-module.html" class="otherLinkColour">LicenseModule</a></li>
239+
</ul>
240+
</li>
241+
<li lang="android"><a class="otherLinkColour">Interfaces</a>
242+
<ul lang="android">
243+
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-verification-listener.html" class="otherLinkColour">LicenseVerificationListener</a></li>
244+
</ul>
245+
</li>
237246
</ul>
238247
</li>
239248
<li lang="android"><a>DynamsoftUtility</a>

_includes/sidelist-programming/programming-oc.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,17 @@
236236
</li>
237237
<li lang="objectivec-swift"><a>DynamsoftLicense</a>
238238
<ul lang="objectivec-swift">
239-
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-manager.html" class="otherLinkColour">DSLicenseManager</a></li>
240-
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-module.html" class="otherLinkColour">DSLicenseModule</a></li>
239+
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
240+
<ul lang="objectivec-swift">
241+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-manager.html" class="otherLinkColour">DSLicenseManager</a></li>
242+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-module.html" class="otherLinkColour">DSLicenseModule</a></li>
243+
</ul>
244+
</li>
245+
<li lang="objectivec-swift"><a class="otherLinkColour">Protocols</a>
246+
<ul lang="objectivec-swift">
247+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-verification-listener.html" class="otherLinkColour">DSLicenseVerificationListener</a></li>
248+
</ul>
249+
</li>
241250
</ul>
242251
</li>
243252
<li lang="objectivec-swift"><a>DynamsoftUtility</a>

programming/android/samples/index.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ noTitleIndex: false
1414
- [Barcode Scanner Demo](#barcode-scanner-demo)
1515
- [BarcodeScanner API Samples](#barcodescanner-api-samples)
1616
- [ScanSingleBarcode](#scansinglebarcode)
17+
- [ScanMultipleBarcodes](#scanmultiplebarcodes)
18+
- [ScenarioOrientedSamples](#scenarioorientedsamples)
1719
- [Foundation API Samples](#foundation-api-samples)
1820
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
1921
- [Read Single Barcode (With CameraX)](#read-single-barcode-with-camerax)
2022
- [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
21-
- [Decode Multiple Barcodes from Video Stream](#decode-multiple-barcodes-from-video-stream)
2223
- [General Barcode Decoding Settings](#general-barcode-decoding-settings)
2324
- [Decode Tiny Barcodes](#decode-tiny-barcodes)
2425
- [Locate an Item with Barcode](#locate-an-item-with-barcode)
@@ -45,6 +46,27 @@ Check code on GitHub
4546
- [Java](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScanSingleBarcode)
4647
- [Kotlin](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt)
4748

49+
### ScanMultipleBarcodes
50+
51+
Scan multiple barcodes with the ready-to-use UI, `BarcodeScannerViewController`. The scanner returns multiple results.
52+
53+
Check code on GitHub
54+
55+
- [Java](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScanMultipleBarcodes)
56+
57+
### ScenarioOrientedSamples
58+
59+
A collection of samples showing how to use the `BarcodeScanner` component in different scenarios including:
60+
61+
- High-Density QRCode
62+
- Direct Part Marking (DPM)
63+
- DotCode
64+
- Aztec Code
65+
66+
Check code on GitHub
67+
68+
- [Java](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScenarioOrientedSamples)
69+
4870
## Foundation API Samples
4971

5072
### Read Single Barcode (With CameraEnhancer)
@@ -65,12 +87,6 @@ Decode barcodes from an still image. It shows how to select a image from the alb
6587

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

68-
### Decode Multiple Barcodes from Video Stream
69-
70-
This sample shows how to efficiently decode multiple barcodes from the video stream.
71-
72-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/DecodeMultipleBarcodes){:target="_blank"}
73-
7490
### General Barcode Decoding Settings
7591

7692
Displays general barcode decoding settings and camera settings like barcode formats, expected barcode count and scan region settings. The default scan mode is continuous scanning.

programming/objectivec-swift/samples/index.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ noTitleIndex: false
1313
- [Demos](#demos)
1414
- [BarcodeScanner API Samples](#barcodescanner-api-samples)
1515
- [ScanSingleBarcode](#scansinglebarcode)
16+
- [ScanMultipleBarcodes](#scanmultiplebarcodes)
17+
- [ScenarioOrientedSamples](#scenarioorientedsamples)
1618
- [Foundational API Samples](#foundational-api-samples)
1719
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
1820
- [Read Single Barcode (With AVCaptureSession)](#read-single-barcode-with-avcapturesession)
1921
- [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
20-
- [Decode Multiple Barcodes from Video Stream](#decode-multiple-barcodes-from-video-stream)
2122
- [General Barcode Decoding Settings](#general-barcode-decoding-settings)
2223
- [Decode Tiny Barcodes](#decode-tiny-barcodes)
2324
- [Locate an Item with Barcode](#locate-an-item-with-barcode)
@@ -42,6 +43,27 @@ Check code on GitHub
4243
- [Swift](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScanSingleBarcode)
4344
- [Objective-C](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc)
4445

46+
### ScanMultipleBarcodes
47+
48+
Scan multiple barcodes with the ready-to-use UI, `BarcodeScannerViewController`. The scanner returns multiple results.
49+
50+
Check code on GitHub
51+
52+
- [Swift](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes)
53+
54+
### ScenarioOrientedSamples
55+
56+
A collection of samples showing how to use the `BarcodeScanner` component in different scenarios including:
57+
58+
- High-Density QRCode
59+
- Direct Part Marking (DPM)
60+
- DotCode
61+
- Aztec Code
62+
63+
Check code on GitHub
64+
65+
- [Swift](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples)
66+
4567
## Foundational API Samples
4668

4769
### Read Single Barcode (With CameraEnhancer)
@@ -62,12 +84,6 @@ Decode barcodes from an still image. It shows how to select a image from the alb
6284

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

65-
### Decode Multiple Barcodes from Video Stream
66-
67-
This sample shows how to efficiently decode multiple barcodes from the video stream.
68-
69-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/DecodeMultipleBarcodes){:target="_blank"}
70-
7187
### General Barcode Decoding Settings
7288

7389
Displays general barcode decoding settings and camera settings like barcode formats, expected barcode count and scan region settings. The default scan mode is continuous scanning.

0 commit comments

Comments
 (0)