Skip to content

Commit 86e3685

Browse files
Update programming-android.html
1 parent bbabbd3 commit 86e3685

1 file changed

Lines changed: 42 additions & 37 deletions

File tree

_includes/sidelist-programming/programming-android.html

Lines changed: 42 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
<li lang="android" class="category">DEVELOPMENT</li>
22
<li lang="android"><a href="{{ site.android }}user-guide/index.html" class="otherLinkColour">Get Started</a>
33
<ul lang="android">
4+
<li lang="android"><a href="{{ site.android }}user-guide/license-activation.html" class="otherLinkColour">License Initialization</a></li>
45
<li lang="android"><a href="{{ site.android }}user-guide.html" class="otherLinkColour">Quick Start</a></li>
56
<li lang="android"><a href="{{ site.android }}foundational-guide.html" class="otherLinkColour">Build with Foundational APIs</a></li>
67
</ul>
78
</li>
89

910
<li lang="android"><a class="otherLinkColour">Core Concepts</a>
1011
<ul>
11-
<li><a href="{{ site.android }}user-guide/concept/barcode-format.html" class="otherLinkColour">Barcode Formats</a></li>
12+
<!-- <li><a href="{{ site.android }}user-guide/concept/barcode-format.html" class="otherLinkColour">Barcode Formats</a></li> -->
13+
<li><a class="otherLinkColour">Capture Vision Architecture</a></li>
14+
<li><a class="otherLinkColour">Input-Process-Output</a></li>
1215
<li><a href="{{ site.android }}user-guide/concept/parameters-and-templates.html" class="otherLinkColour">Parameters, Settings & Templates</a></li>
13-
<li><a href="{{ site.android }}user-guide/concept/understand-barcode-results.html" class="otherLinkColour">Understanding Barcode Results</a></li>
14-
<li><a href="{{ site.android }}user-guide/concept/models.html" class="otherLinkColour">Deep Learning Models</a></li>
16+
<li><a href="{{ site.android }}user-guide/concept/understand-barcode-results.html" class="otherLinkColour">Barcode Interpretation</a></li>
17+
<!-- <li><a href="{{ site.android }}user-guide/concept/models.html" class="otherLinkColour">Deep Learning Models</a></li> -->
1518
</ul>
1619
</li>
1720

@@ -21,16 +24,7 @@
2124
<ul lang="android">
2225
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/read-from-camera.html" class="otherLinkColour">Read from Camera</a></li>
2326
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/read-from-an-image.html" class="otherLinkColour">Read from Image</a></li>
24-
</ul>
25-
</li>
26-
<li lang="android"><a class="otherLinkColour">Working with Results</a>
27-
<ul lang="android">
28-
<li lang="android"><a href="{{ site.features }}filter-and-sort.html?lang=android" class="otherLinkColour">Parameter Based Result Filter</a></li>
29-
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/get-original-image.html" class="otherLinkColour">Get Original Image</a></li>
30-
<li lang="android"><a href="{{ site.features }}get-detailed-info.html?lang=android" class="otherLinkColour">Get Detailed Barcode Information</a></li>
31-
<li lang="android"><a href="{{ site.features }}get-confidence-rotation.html?lang=android" class="otherLinkColour">Get Barcode Confidence and Rotation</a></li>
32-
<li lang="android"><a href="{{ site.features }}get-barcode-location.html?lang=android" class="otherLinkColour">Get Barcode Location</a></li>
33-
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/multi-frame-cross-filter.html" class="otherLinkColour">Multi-Frame Cross Filter</a></li>
27+
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/read-from-an-image.html" class="otherLinkColour">Read from Image</a></li>
3428
</ul>
3529
</li>
3630
<li lang="android"><a class="otherLinkColour">Control the Scanning Process</a>
@@ -44,35 +38,49 @@
4438
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/zoom-control.html" class="otherLinkColour">Zoom Control</a></li>
4539
</ul>
4640
</li>
47-
<li lang="android"><a class="otherLinkColour">Decode Challenging Barcodes</a>
41+
<li lang="android"><a class="otherLinkColour">Working with Results</a>
4842
<ul lang="android">
49-
<li lang="android"><a href="{{ site.features }}read-inverted-barcodes.html?lang=android" class="otherLinkColour">Read inverted barcodes</a></li>
50-
<li lang="android"><a href="{{ site.features }}read-deformed-barcodes.html?lang=android" class="otherLinkColour">Read deformed barcodes</a></li>
51-
<li lang="android"><a href="{{ site.features }}read-incomplete-barcodes.html?lang=android" class="otherLinkColour">Read incomplete barcodes</a></li>
52-
<li lang="android"><a href="{{ site.features }}read-a-large-image.html?lang=android" class="otherLinkColour">Read barcodes from a large image</a></li>
53-
<li lang="android"><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=android" class="otherLinkColour">Read barcodes with small module size</a></li>
54-
<li lang="android"><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=android" class="otherLinkColour">Read images with imbalanced colors</a></li>
55-
<li lang="android"><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=android" class="otherLinkColour">Read images with uneven lighting</a></li>
56-
<li lang="android"><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li>
57-
<li lang="android"><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=android" class="otherLinkColour">Read images with lots of text</a></li>
58-
<li lang="android"><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li>
59-
<li lang="android"><a href="{{ site.usecases }}read-dpm-codes.html?lang=android" class="otherLinkColour">Read DPM Codes</a></li>
60-
<li lang="android"><a href="{{ site.usecases }}read-postal-codes.html?lang=android" class="otherLinkColour">Read Postal Codes</a></li>
61-
<li lang="android"><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
62-
<li lang="android"><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
63-
<li lang="android"><a href="{{ site.features }}use-format-specific-configuration.html?lang=android" class="otherLinkColour">Use format specific configurations</a></li>
43+
<li lang="android"><a href="{{ site.features }}filter-and-sort.html?lang=android" class="otherLinkColour">Parameter Based Result Filter</a></li>
44+
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/get-original-image.html" class="otherLinkColour">Get Original Image</a></li>
45+
<li lang="android"><a href="{{ site.features }}get-detailed-info.html?lang=android" class="otherLinkColour">Get Detailed Barcode Information</a></li>
46+
<li lang="android"><a href="{{ site.features }}get-confidence-rotation.html?lang=android" class="otherLinkColour">Get Barcode Confidence and Rotation</a></li>
47+
<li lang="android"><a href="{{ site.features }}get-barcode-location.html?lang=android" class="otherLinkColour">Get Barcode Location</a></li>
48+
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/multi-frame-cross-filter.html" class="otherLinkColour">Multi-Frame Cross Filter</a></li>
6449
</ul>
6550
</li>
66-
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/customize-ui-index.html" class="otherLinkColour">Customize the UI</a>
51+
<li lang="android"><a class="otherLinkColour">Data Parsing</a>
6752
<ul lang="android">
68-
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/add-functional-buttons.html" class="otherLinkColour">Add Functional Buttons</a></li>
69-
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/add-graphics.html" class="otherLinkColour">Add Graphics with DrawingItems</a></li>
70-
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/scan-region-style.html" class="otherLinkColour">Scan Region Style</a></li>
53+
<li lang="android"><a class="otherLinkColour">Get Driver's Info from PDF417</a></li>
7154
</ul>
7255
</li>
7356
</ul>
7457
</li>
75-
58+
<li lang="android"><a class="otherLinkColour">Decode Challenging Barcodes</a>
59+
<ul lang="android">
60+
<li lang="android"><a href="{{ site.features }}read-inverted-barcodes.html?lang=android" class="otherLinkColour">Read inverted barcodes</a></li>
61+
<li lang="android"><a href="{{ site.features }}read-deformed-barcodes.html?lang=android" class="otherLinkColour">Read deformed barcodes</a></li>
62+
<li lang="android"><a href="{{ site.features }}read-incomplete-barcodes.html?lang=android" class="otherLinkColour">Read incomplete barcodes</a></li>
63+
<li lang="android"><a href="{{ site.features }}read-a-large-image.html?lang=android" class="otherLinkColour">Read barcodes from a large image</a></li>
64+
<li lang="android"><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=android" class="otherLinkColour">Read barcodes with small module size</a></li>
65+
<li lang="android"><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=android" class="otherLinkColour">Read images with imbalanced colors</a></li>
66+
<li lang="android"><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=android" class="otherLinkColour">Read images with uneven lighting</a></li>
67+
<li lang="android"><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li>
68+
<li lang="android"><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=android" class="otherLinkColour">Read images with lots of text</a></li>
69+
<li lang="android"><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li>
70+
<li lang="android"><a href="{{ site.usecases }}read-dpm-codes.html?lang=android" class="otherLinkColour">Read DPM Codes</a></li>
71+
<li lang="android"><a href="{{ site.usecases }}read-postal-codes.html?lang=android" class="otherLinkColour">Read Postal Codes</a></li>
72+
<li lang="android"><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
73+
<li lang="android"><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
74+
<li lang="android"><a href="{{ site.features }}use-format-specific-configuration.html?lang=android" class="otherLinkColour">Use format specific configurations</a></li>
75+
</ul>
76+
</li>
77+
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/customize-ui-index.html" class="otherLinkColour">Customize the UI</a>
78+
<ul lang="android">
79+
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/add-functional-buttons.html" class="otherLinkColour">Add Functional Buttons</a></li>
80+
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/add-graphics.html" class="otherLinkColour">Add Graphics with DrawingItems</a></li>
81+
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/scan-region-style.html" class="otherLinkColour">Scan Region Style</a></li>
82+
</ul>
83+
</li>
7684
<li lang="android"><a href="{{ site.dcvb_android_api }}" class="otherLinkColour">API References</a>
7785
<ul lang="android">
7886
<li lang="android"><a>DynamsoftCaptureVisionRouter</a>
@@ -365,8 +373,6 @@
365373
</li>
366374
</ul>
367375
</li>
368-
369-
370376
</ul>
371377
</li>
372378

@@ -708,7 +714,6 @@
708714
</ul>
709715
</li>
710716

711-
<li lang="android"><a href="{{ site.android }}user-guide/license-activation.html" class="otherLinkColour">License Initialization</a></li>
712717
<li lang="android"><a href="{{ site.android }}migrate-from-v10/" class="otherLinkColour">Migrate from v10 to v11</a></li>
713718
<li lang="android"><a href="{{ site.android }}migrate-from-v9/" class="otherLinkColour">Migrate from v9 to v11</a></li>
714719

0 commit comments

Comments
 (0)