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
Copy file name to clipboardExpand all lines: programming/android/index.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ layout: default-layout
3
3
title: Main Page - Dynamsoft Barcode Reader for Android
4
4
description: This is the main page of Dynamsoft Barcode Reader for Android SDK.
5
5
keywords: android
6
-
needAutoGenerateSidebar: false
6
+
needAutoGenerateSidebar: true
7
+
needGenerateH3Content: true
7
8
breadcrumbText: Android
8
9
permalink: /programming/android/
9
10
---
@@ -14,14 +15,6 @@ Dynamsoft Barcode Reader (DBR) SDK Android Edition is a barcode reading tool des
14
15
15
16
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.
16
17
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
-
25
18
|| Develop with BarcodeScanner APIs | Develop with Foundational APIs |
@@ -32,7 +25,15 @@ If you are looking for a barcode scanning library with following features, the B
32
25
| Camera Control | Limited | ✔ |
33
26
| Intermediate Results | X | ✔ |
34
27
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
36
37
37
38
- Single Barcode Scanning Mode
38
39
1. Scans any number of barcodes but returns only one result.
@@ -41,11 +42,9 @@ BarcodeScanner supports 2 different Scanning Modes
41
42
- Multiple Barcodes Scanning Mode
42
43
1. Scans multiple barcodes and returns all scanned results.
43
44
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.
> 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.
Copy file name to clipboardExpand all lines: programming/objectivec-swift/index.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ layout: default-layout
3
3
title: Main Page - Dynamsoft Barcode Reader for iOS
4
4
description: This is the main page of Dynamsoft Barcode Reader for iOS SDK.
5
5
keywords: objective-c, oc, swift
6
-
needAutoGenerateSidebar: false
6
+
needAutoGenerateSidebar: true
7
7
needGenerateH3Content: true
8
8
breadcrumbText: iOS
9
9
permalink: /programming/objectivec-swift/
@@ -15,14 +15,6 @@ Dynamsoft Barcode Reader (DBR) SDK iOS Edition is a barcode reading tool designe
15
15
16
16
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.
17
17
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
-
26
18
|| Develop with BarcodeScanner APIs | Develop with Foundational APIs |
@@ -33,7 +25,15 @@ If you are looking for a barcode scanning library with following features, the B
33
25
| Camera Control | Limited | ✔ |
34
26
| Intermediate Results | X | ✔ |
35
27
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
37
37
38
38
- Single Barcode Scanning Mode
39
39
1. Scans any number of barcodes but returns only one result.
@@ -42,11 +42,9 @@ BarcodeScanner supports 2 different Scanning Modes
42
42
- Multiple Barcodes Scanning Mode
43
43
1. Scans multiple barcodes and returns all scanned results.
44
44
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.
> 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