|
1 | 1 | <li lang="android" class="category">DEVELOPMENT</li> |
2 | 2 | <li lang="android"><a href="{{ site.android }}user-guide/index.html" class="otherLinkColour">Get Started</a> |
3 | 3 | <ul lang="android"> |
| 4 | + <li lang="android"><a href="{{ site.android }}user-guide/license-activation.html" class="otherLinkColour">License Initialization</a></li> |
4 | 5 | <li lang="android"><a href="{{ site.android }}user-guide.html" class="otherLinkColour">Quick Start</a></li> |
5 | 6 | <li lang="android"><a href="{{ site.android }}foundational-guide.html" class="otherLinkColour">Build with Foundational APIs</a></li> |
6 | 7 | </ul> |
7 | 8 | </li> |
8 | 9 |
|
9 | 10 | <li lang="android"><a class="otherLinkColour">Core Concepts</a> |
10 | 11 | <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> |
12 | 15 | <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> --> |
15 | 18 | </ul> |
16 | 19 | </li> |
17 | 20 |
|
|
21 | 24 | <ul lang="android"> |
22 | 25 | <li lang="android"><a href="{{ site.android }}user-guide/capabilities/read-from-camera.html" class="otherLinkColour">Read from Camera</a></li> |
23 | 26 | <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> |
34 | 28 | </ul> |
35 | 29 | </li> |
36 | 30 | <li lang="android"><a class="otherLinkColour">Control the Scanning Process</a> |
|
44 | 38 | <li lang="android"><a href="{{ site.android }}user-guide/capabilities/zoom-control.html" class="otherLinkColour">Zoom Control</a></li> |
45 | 39 | </ul> |
46 | 40 | </li> |
47 | | - <li lang="android"><a class="otherLinkColour">Decode Challenging Barcodes</a> |
| 41 | + <li lang="android"><a class="otherLinkColour">Working with Results</a> |
48 | 42 | <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> |
64 | 49 | </ul> |
65 | 50 | </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> |
67 | 52 | <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> |
71 | 54 | </ul> |
72 | 55 | </li> |
73 | 56 | </ul> |
74 | 57 | </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> |
76 | 84 | <li lang="android"><a href="{{ site.dcvb_android_api }}" class="otherLinkColour">API References</a> |
77 | 85 | <ul lang="android"> |
78 | 86 | <li lang="android"><a>DynamsoftCaptureVisionRouter</a> |
|
365 | 373 | </li> |
366 | 374 | </ul> |
367 | 375 | </li> |
368 | | - |
369 | | - |
370 | 376 | </ul> |
371 | 377 | </li> |
372 | 378 |
|
|
708 | 714 | </ul> |
709 | 715 | </li> |
710 | 716 |
|
711 | | -<li lang="android"><a href="{{ site.android }}user-guide/license-activation.html" class="otherLinkColour">License Initialization</a></li> |
712 | 717 | <li lang="android"><a href="{{ site.android }}migrate-from-v10/" class="otherLinkColour">Migrate from v10 to v11</a></li> |
713 | 718 | <li lang="android"><a href="{{ site.android }}migrate-from-v9/" class="otherLinkColour">Migrate from v9 to v11</a></li> |
714 | 719 |
|
|
0 commit comments