Skip to content

Commit a9bc54d

Browse files
committed
extra features page
1 parent 4e06bdd commit a9bc54d

6 files changed

Lines changed: 32 additions & 2 deletions

File tree

_includes/sidelist-full-tree.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<li><a href="{{ site.bbs_app }}guide/three-scanning-modes.html" class="otherLinkColour">Three Scanning Modes</a></li>
77
<li><a href="{{ site.bbs_app }}guide/customization.html" class="otherLinkColour">Get Your Scanner Customized</a></li>
88
<li><a href="{{ site.bbs_app }}guide/troubleshooting.html" class="otherLinkColour">Troubleshooting</a></li>
9+
<li><a href="{{ site.bbs_app }}guide/extra-features.html" class="otherLinkColour">Extra Features</a></li>
910
</ul>
1011
</li>
1112
<li><a href="{{ site.bbs_parameters }}" class="otherLinkColour">Parameters</a>
@@ -21,3 +22,6 @@
2122
<li><a href="{{ site.bbs_app }}release-notes/android.html" class="otherLinkColour">Android App</a></li>
2223
</ul>
2324
</li>
25+
<li><a href="{{ site.bbs_core }}faq.html" class="otherLinkColour">FAQ</a></li>
26+
27+

app/guide/extra-features.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default-layout
3+
title: Extra Features
4+
description: Extra features Dynamsoft Batch Barcode Scanner
5+
needAutoGenerateSidebar: true
6+
needGenerateH3Content: true
7+
noTitleIndex: true
8+
---
9+
10+
11+
# Extra Features
12+
13+
There are extra features for different use cases.
14+
15+
## Wanted Barcodes
16+
17+
Currently, the main extra feature is to specify wanted barcodes.
18+
19+
In the live scanning interface, you can specify barcodes via manual input, selecting decoded barcodes on an image, etc.
20+
21+
![setting wanted](/assets/images/guide/setting-wanted.jpg){:width="215"}
22+
23+
In the scanning result, the wanted barcodes will be marked in purple.
24+
25+
![found wanted](/assets/images/guide/found-wanted.jpg){:width="215"}

app/guide/first-scan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Start Your First Scan
44
keywords: guide, first scan
55
breadcrumbText: Start Your First Scan
66
description: This page introduces how to perform a basic batch barcode scan.
7-
needAutoGenerateSidebar: true
8-
needGenerateH3Content: true
7+
needAutoGenerateSidebar: false
8+
needGenerateH3Content: false
99
noTitleIndex: true
1010
---
1111

504 KB
Loading
114 KB
Loading

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ noTitleIndex: false
1616
- [Three Scanning Modes](/app/guide/three-scanning-modes.md)
1717
- [Get Your Scanner Customized](/app/guide/customization.md)
1818
- [Troubleshooting](/app/guide/troubleshooting.md)
19+
- [Extra Features](/app/guide/extra-features.md)
1920
- [Parameters](/parameters/index.md)
2021
- Release Notes
2122
- [iOS App](/app/release-notes/ios.md)

0 commit comments

Comments
 (0)