Skip to content

Commit a815d6f

Browse files
Updating side list and architectures
1 parent 702633f commit a815d6f

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

_includes/sidelist-programming/programming-android.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
77
</ul>
88
</li>
99

10-
<li lang="android"><a class="otherLinkColour">Core Concepts</a>
11-
<ul>
10+
<li lang="android"><a href="{{ site.android }}user-guide/concept/capture-vision-architecture.html" class="otherLinkColour">Core Concepts</a></li>
1211
<!-- <li><a href="{{ site.android }}user-guide/concept/barcode-format.html" class="otherLinkColour">Barcode Formats</a></li> -->
13-
<li><a href="{{ site.android }}user-guide/concept/capture-vision-architecture.html" class="otherLinkColour">Capture Vision Architecture</a></li>
12+
<!-- <li><a href="{{ site.android }}user-guide/concept/capture-vision-architecture.html" class="otherLinkColour">Capture Vision Architecture</a></li>
1413
<li><a class="otherLinkColour">Input-Process-Output</a></li>
15-
<li><a href="{{ site.android }}user-guide/concept/parameters-and-templates.html" class="otherLinkColour">Parameters, Settings & Templates</a></li>
16-
<li><a href="{{ site.android }}user-guide/concept/understand-barcode-results.html" class="otherLinkColour">Barcode Interpretation</a></li>
14+
<li><a href="{{ site.android }}user-guide/concept/parameters-and-templates.html" class="otherLinkColour">Parameters, Settings & Templates</a></li> -->
15+
<!-- <li><a href="{{ site.android }}user-guide/concept/understand-barcode-results.html" class="otherLinkColour">Barcode Interpretation</a></li> -->
1716
<!-- <li><a href="{{ site.android }}user-guide/concept/models.html" class="otherLinkColour">Deep Learning Models</a></li> -->
18-
</ul>
19-
</li>
2017

2118
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/index.html" class="otherLinkColour">Functionality & Capabilities</a>
2219
<ul>
@@ -37,7 +34,7 @@
3734
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/zoom-control.html" class="otherLinkColour">Zoom Control</a></li>
3835
</ul>
3936
</li>
40-
<li lang="android"><a class="otherLinkColour">Working with Results</a>
37+
<li lang="android"><a href="{{ site.android }}user-guide/concept/understand-barcode-results.html" class="otherLinkColour">Working with Results</a>
4138
<ul lang="android">
4239
<li lang="android"><a href="{{ site.features }}filter-and-sort.html?lang=android" class="otherLinkColour">Parameter Based Result Filter</a></li>
4340
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/get-original-image.html" class="otherLinkColour">Get Original Image</a></li>

programming/android/user-guide/concept/capture-vision-architecture.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ In practice, CVR is responsible for:
2626
- Scheduling one or more recognition or parsing tasks.
2727
- Returning standard results and optional intermediate results to registered receivers.
2828

29+
### Templates & Settings
30+
31+
- `Templates`: JSON objects for algorithm parameter customization.
32+
- `Preset Template`: The preset templates for you to quickly access.
33+
- `Customized Template`: If you are not satisfied with the current performance, you can contact us for full customization. You will then receive a customized template.
34+
- `Settings`: A subset of Template parameters that can be quickly accessed via APIs.
35+
2936
---------------
3037

3138
## Input

0 commit comments

Comments
 (0)