Skip to content

Commit 009174c

Browse files
update to internal commit 1dd6d9ca
1 parent 1ebadf7 commit 009174c

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
lines changed

programming/android/index.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ layout: default-layout
33
title: Main Page - Dynamsoft Barcode Reader for Android
44
description: This is the main page of Dynamsoft Barcode Reader for Android SDK.
55
keywords: android
6-
needAutoGenerateSidebar: false
6+
needAutoGenerateSidebar: true
7+
needGenerateH3Content: true
78
breadcrumbText: Android
89
permalink: /programming/android/
910
---
@@ -14,14 +15,6 @@ Dynamsoft Barcode Reader (DBR) SDK Android Edition is a barcode reading tool des
1415

1516
You can either get a quick start with the [BarcodeScanner APIs](api-reference/barcode-scanner/index.md) or experience a highly customizable development with the [foundational APIs](api-reference/index.md). Furthermore, DBR provides a powerful [parameter]({{ site.dcvb_parameters}}file/index.html?lang=android) system in order to cope with various scenarios.
1617

17-
## Develop with BarcodeScanner
18-
19-
If you are looking for a barcode scanning library with following features, the BarcodeScanner will be your best choice:
20-
21-
- Minimal Code: High-level APIs achieve full functionality with one line of code.
22-
- Ready-to-Use UI: Pre-integrated components and UI enable quick setup.
23-
- Common Customization: Configuration objects simplify typical algorithm and UI setups.
24-
2518
| | Develop with BarcodeScanner APIs | Develop with Foundational APIs |
2619
| -- | ------------------------------ | ------------------------------ |
2720
| Code | 15+ lines | 60+ lines |
@@ -32,7 +25,15 @@ If you are looking for a barcode scanning library with following features, the B
3225
| Camera Control | Limited ||
3326
| Intermediate Results | X ||
3427

35-
BarcodeScanner supports 2 different Scanning Modes
28+
## Develop with BarcodeScanner APIs
29+
30+
`BarcodeScanner` is a component with the following features:
31+
32+
- Minimal Code: High-level APIs achieve full functionality with one line of code.
33+
- Ready-to-Use UI: Pre-integrated components and UI enable quick setup.
34+
- Common Customization: Configuration objects simplify typical algorithm and UI setups.
35+
36+
`BarcodeScanner` supports 2 different Scanning Modes
3637

3738
- Single Barcode Scanning Mode
3839
1. Scans any number of barcodes but returns only one result.
@@ -41,11 +42,9 @@ BarcodeScanner supports 2 different Scanning Modes
4142
- Multiple Barcodes Scanning Mode
4243
1. Scans multiple barcodes and returns all scanned results.
4344
2. Read-rate prioritized.
44-
3. Interactions like editing results, manual input, etc. are not available. Please refer to the [BatchBarcodeScanner](https://www.dynamsoft.com/use-cases/batch-barcode-scanning/){:target="_blank"} for these features.
4545

4646
<div align="center">
47-
<p><img src="../assets/single-vs-multiple.png" width="70%" alt="barcode-scanner"></p>
48-
<p>Single vs Multiple</p>
47+
<p><img src="../assets/single-vs-multiple.png" width="100%" alt="barcode-scanner"></p>
4948
</div>
5049

5150
> Note: If you are looking for a solution to scan large batches of barcodes, please refer to the [`BatchBarcodeScanner`](https://www.dynamsoft.com/use-cases/batch-barcode-scanning/){:target="_blank"}. The `BatchBarcodeScanner` has much higher ability on scanning large number of barcodes. It also provides you a highly interactable UI for result previewing, editing, saving, reusing and sharing.
56.2 KB
Loading

programming/objectivec-swift/index.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default-layout
33
title: Main Page - Dynamsoft Barcode Reader for iOS
44
description: This is the main page of Dynamsoft Barcode Reader for iOS SDK.
55
keywords: objective-c, oc, swift
6-
needAutoGenerateSidebar: false
6+
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
breadcrumbText: iOS
99
permalink: /programming/objectivec-swift/
@@ -15,14 +15,6 @@ Dynamsoft Barcode Reader (DBR) SDK iOS Edition is a barcode reading tool designe
1515

1616
You can either get a quick start with the [BarcodeScanner APIs](api-reference/barcode-scanner/index.md) or experience a highly customizable development with the [foundational APIs](api-reference/index.md). Furthermore, DBR provides a powerful [parameter]({{ site.dcvb_parameters}}file/index.html?lang=objc,swift) system in order to cope with various scenarios.
1717

18-
## Develop with BarcodeScanner
19-
20-
If you are looking for a barcode scanning library with following features, the BarcodeScanner will be your best choice:
21-
22-
- Minimal Code: High-level APIs achieve full functionality with one line of code.
23-
- Ready-to-Use UI: Pre-integrated components and UI enable quick setup.
24-
- Common Customization: Configuration objects simplify typical algorithm and UI setups.
25-
2618
| | Develop with BarcodeScanner APIs | Develop with Foundational APIs |
2719
| -- | ------------------------------ | ------------------------------ |
2820
| Code | 15+ lines | 60+ lines |
@@ -33,7 +25,15 @@ If you are looking for a barcode scanning library with following features, the B
3325
| Camera Control | Limited ||
3426
| Intermediate Results | X ||
3527

36-
BarcodeScanner supports 2 different Scanning Modes
28+
## Develop with BarcodeScanner APIs
29+
30+
`BarcodeScanner` is a component with the following features:
31+
32+
- Minimal Code: High-level APIs achieve full functionality with one line of code.
33+
- Ready-to-Use UI: Pre-integrated components and UI enable quick setup.
34+
- Common Customization: Configuration objects simplify typical algorithm and UI setups.
35+
36+
`BarcodeScanner` supports 2 different Scanning Modes
3737

3838
- Single Barcode Scanning Mode
3939
1. Scans any number of barcodes but returns only one result.
@@ -42,11 +42,9 @@ BarcodeScanner supports 2 different Scanning Modes
4242
- Multiple Barcodes Scanning Mode
4343
1. Scans multiple barcodes and returns all scanned results.
4444
2. Read-rate prioritized.
45-
3. Interactions like editing results, manual input, etc. are not available. Please refer to the [BatchBarcodeScanner](https://www.dynamsoft.com/use-cases/batch-barcode-scanning/){:target="_blank"} for these features.
4645

4746
<div align="center">
48-
<p><img src="../assets/single-vs-multiple.png" width="70%" alt="barcode-scanner"></p>
49-
<p>Single vs Multiple</p>
47+
<p><img src="../assets/single-vs-multiple.png" width="100%" alt="barcode-scanner"></p>
5048
</div>
5149

5250
> Note: If you are looking for a solution to scan large batches of barcodes, please refer to the [`BatchBarcodeScanner`](https://www.dynamsoft.com/use-cases/batch-barcode-scanning/){:target="_blank"}. The `BatchBarcodeScanner` has much higher ability on scanning large number of barcodes. It also provides you a highly interactable UI for result previewing, editing, saving, reusing and sharing.

0 commit comments

Comments
 (0)