|
3 | 3 | <li lang="android" ><a href="{{ site.android }}user-guide/index.html" class="otherLinkColour">User Guide</a> |
4 | 4 | <ul lang="android" > |
5 | 5 | <li lang="android" ><a href="{{ site.android }}user-guide.html" class="otherLinkColour">Build your first APP</a></li> |
| 6 | + <li lang="android" ><a class="otherLinkColour">Understand Barcode Results</a> |
| 7 | + <ul lang="android" > |
| 8 | + <li lang="android" ><a href="{{ site.features }}get-confidence-rotation.html?lang=android" class="otherLinkColour">Get barcode confidence and rotation</a></li> |
| 9 | + <li lang="android" ><a href="{{ site.features }}get-barcode-location.html?lang=android" class="otherLinkColour">Get barcode location</a></li> |
| 10 | + <li lang="android" ><a href="{{ site.features }}get-detailed-info.html?lang=android" class="otherLinkColour">Get detailed barcode information</a></li> |
| 11 | + <li lang="android" ><a href="{{ site.features }}filter-and-sort.html?lang=android" class="otherLinkColour">Filter and sort decoding results</a></li> |
| 12 | + </ul> |
| 13 | + </li> |
6 | 14 | <li lang="android" ><a href="{{ site.android }}user-guide/configure-barcode-scanner.html" class="otherLinkColour">Configure Barcode Scanner</a> |
7 | 15 | <ul lang="android" > |
8 | 16 | <li lang="android" ><a href="{{ site.android }}user-guide/scanner-barcode-formats.html" class="otherLinkColour">Specify Barcode Format</a></li> |
|
12 | 20 | <li lang="android" ><a href="{{ site.android }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add Additional Settings</a></li> |
13 | 21 | </ul> |
14 | 22 | </li> |
15 | | - <li lang="android" ><a class="otherLinkColour">Develop with Foundational APIs</a> |
| 23 | + <li lang="android" ><a class="otherLinkColour">Handle Challenging Barcodes</a> |
| 24 | + <ul lang="android" > |
| 25 | + <li lang="android" ><a href="{{ site.features }}read-inverted-barcodes.html?lang=android" class="otherLinkColour">Read inverted barcodes</a></li> |
| 26 | + <li lang="android" ><a href="{{ site.features }}read-deformed-barcodes.html?lang=android" class="otherLinkColour">Read deformed barcodes</a></li> |
| 27 | + <li lang="android" ><a href="{{ site.features }}read-incomplete-barcodes.html?lang=android" class="otherLinkColour">Read incomplete barcodes</a></li> |
| 28 | + <li lang="android" ><a href="{{ site.features }}read-a-large-image.html?lang=android" class="otherLinkColour">Read barcodes from a large image</a></li> |
| 29 | + <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> |
| 30 | + <li lang="android" ><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=android" class="otherLinkColour">Read images with imbalanced colors</a></li> |
| 31 | + <li lang="android" ><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=android" class="otherLinkColour">Read images with uneven lighting</a></li> |
| 32 | + <li lang="android" ><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li> |
| 33 | + <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> |
| 34 | + <li lang="android" ><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li> |
| 35 | + <li lang="android" ><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li> |
| 36 | + <li lang="android" ><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li> |
| 37 | + </ul> |
| 38 | + </li> |
| 39 | + <li lang="android" ><a class="otherLinkColour">Further Customization</a> |
16 | 40 | <ul lang="android"> |
17 | 41 | <li lang="android" ><a href="{{ site.android }}foundational-guide.html" class="otherLinkColour">Build your APP with foundational APIs</a></li> |
18 | 42 | <li lang="android" ><a href="{{ site.android }}user-guide/explore-features/index.html" class="otherLinkColour">Explore Features</a> |
|
25 | 49 | <li lang="android" ><a href="{{ site.android }}ui-configurations.html" class="otherLinkColour">Customize the UI</a></li> |
26 | 50 | </ul> |
27 | 51 | </li> |
28 | | - <li lang="android" ><a class="otherLinkColour">Handle Different Scenarios</a> |
29 | | - <ul lang="android" > |
30 | | - <li lang="android" ><a href="{{ site.features }}read-inverted-barcodes.html?lang=android" class="otherLinkColour">Read inverted barcodes</a></li> |
31 | | - <li lang="android" ><a href="{{ site.features }}read-deformed-barcodes.html?lang=android" class="otherLinkColour">Read deformed barcodes</a></li> |
32 | | - <li lang="android" ><a href="{{ site.features }}read-incomplete-barcodes.html?lang=android" class="otherLinkColour">Read incomplete barcodes</a></li> |
33 | | - <li lang="android" ><a href="{{ site.features }}read-a-large-image.html?lang=android" class="otherLinkColour">Read barcodes from a large image</a></li> |
34 | | - <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> |
35 | | - <li lang="android" ><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=android" class="otherLinkColour">Read images with imbalanced colors</a></li> |
36 | | - <li lang="android" ><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=android" class="otherLinkColour">Read images with uneven lighting</a></li> |
37 | | - <li lang="android" ><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li> |
38 | | - <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> |
39 | | - <li lang="android" ><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li> |
40 | | - <li lang="android" ><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li> |
41 | | - <li lang="android" ><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li> |
42 | | - </ul> |
43 | | - </li> |
44 | | - <li lang="android" ><a class="otherLinkColour">Barcode Results</a> |
45 | | - <ul lang="android" > |
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.features }}get-detailed-info.html?lang=android" class="otherLinkColour">Get detailed barcode information</a></li> |
49 | | - <li lang="android" ><a href="{{ site.features }}filter-and-sort.html?lang=android" class="otherLinkColour">Filter and sort decoding results</a></li> |
50 | | - </ul> |
51 | | - </li> |
52 | 52 | <li lang="android" ><a class="otherLinkColour">Advanced Features</a> |
53 | 53 | <ul lang="android" > |
54 | 54 | <li lang="android" ><a href="{{ site.features }}use-runtimesettings-or-templates.html?lang=android" class="otherLinkColour">Use RuntimeSettings or Templates</a></li> |
|
0 commit comments