|
1 | 1 | <li lang="java" class="category">DEVELOPMENT</li> |
2 | | -<li lang="java" ><a href="{{ site.dbr_java }}user-guide.html" class="otherLinkColour">User Guide</a> |
| 2 | +<li lang="java" ><a href="{{ site.dbr_java }}user-guide/index.html" class="otherLinkColour">User Guide</a> |
| 3 | + <ul> |
| 4 | + <li><a href="{{ site.dbr_java }}user-guide.html" class="otherLinkColour">Getting Started</a> </li> |
| 5 | + |
| 6 | + <li><a href="{{ site.dbr_java }}user-guide/explore-features/index.html" class="otherLinkColour">Explore Features</a> |
| 7 | + <ul> |
| 8 | + <li><a class="otherLinkColour">Basic Features</a> |
| 9 | + <ul> |
| 10 | + <li><a href="{{ site.features }}barcode-formats-and-count.html?lang=java" class="otherLinkColour">Specify barcode formats and count</a></li> |
| 11 | + <li><a href="{{ site.features }}barcode-scan-region.html?lang=java" class="otherLinkColour">Read a specific area/region</a></li> |
| 12 | + </ul> |
| 13 | + </li> |
| 14 | + <li><a class="otherLinkColour">Handle Different Scenarios</a> |
| 15 | + <ul> |
| 16 | + <li><a href="{{ site.features }}read-inverted-barcodes.html?lang=java" class="otherLinkColour">Read inverted barcodes</a></li> |
| 17 | + <li><a href="{{ site.features }}read-deformed-barcodes.html?lang=java" class="otherLinkColour">Read deformed barcodes</a></li> |
| 18 | + <li><a href="{{ site.features }}read-incomplete-barcodes.html?lang=java" class="otherLinkColour">Read incomplete barcodes</a></li> |
| 19 | + <li><a href="{{ site.features }}read-a-large-image.html?lang=java" class="otherLinkColour">Read barcodes from a large image</a></li> |
| 20 | + <li><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=java" class="otherLinkColour">Read barcodes with small module size</a></li> |
| 21 | + <li><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=java" class="otherLinkColour">Read images with imbalanced colors</a></li> |
| 22 | + <li><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=java" class="otherLinkColour">Read images with uneven lighting</a></li> |
| 23 | + <li><a href="{{ site.features }}read-images-with-texture.html?lang=java" class="otherLinkColour">Read images with texture</a></li> |
| 24 | + <li><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=java" class="otherLinkColour">Read images with lots of text</a></li> |
| 25 | + <li><a href="{{ site.features }}read-dense-barcodes.html?lang=java" class="otherLinkColour">Read high-density QR Codes</a></li> |
| 26 | + <li><a href="{{ site.features }}preprocess-images.html?lang=java" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li> |
| 27 | + <li><a href="{{ site.features }}use-region-predetection.html?lang=java" class="otherLinkColour">Automatically detect barcode Region of Interest</a></li> |
| 28 | + </ul> |
| 29 | + </li> |
| 30 | + <li><a class="otherLinkColour">Barcode Results</a> |
| 31 | + <ul> |
| 32 | + <li><a href="{{ site.features }}get-confidence-rotation.html?lang=java" class="otherLinkColour">Get barcode confidence and rotation</a></li> |
| 33 | + <li><a href="{{ site.features }}get-barcode-location.html?lang=java" class="otherLinkColour">Get barcode location</a></li> |
| 34 | + <li><a href="{{ site.features }}get-detailed-info.html?lang=java" class="otherLinkColour">Get detailed barcode information</a></li> |
| 35 | + <li><a href="{{ site.features }}filter-and-sort.html?lang=java" class="otherLinkColour">Filter and sort decoding results</a></li> |
| 36 | + </ul> |
| 37 | + </li> |
| 38 | + <li><a class="otherLinkColour">Advanced Features</a> |
| 39 | + <ul> |
| 40 | + <li><a href="{{ site.features }}control-terminate-phase.html?lang=java" class="otherLinkColour">Control when to terminate a decoding process</a></li> |
| 41 | + <li><a href="{{ site.features }}use-runtimesettings-or-templates.html?lang=java" class="otherLinkColour">Use SimplifiedSettings or Templates</a></li> |
| 42 | + <li><a href="{{ site.features }}use-format-specific-configuration.html?lang=java" class="otherLinkColour">Use format specific configurations</a></li> |
| 43 | + </ul> |
| 44 | + </li> |
| 45 | + </ul> |
| 46 | + </li> |
| 47 | + <li><a href="{{ site.dbr_java }}user-guide/use-cases/index.html" class="otherLinkColour">Check Use Cases</a> |
| 48 | + <ul> |
| 49 | + <li><a href="{{ site.usecases }}read-dpm-codes.html?lang=java" class="otherLinkColour">Read DPM codes</a></li> |
| 50 | + <li><a href="{{ site.usecases }}read-postal-codes.html?lang=java" class="otherLinkColour">Read Postal codes</a></li> |
| 51 | + </ul> |
| 52 | + </li> |
| 53 | + </ul> |
3 | 54 | </li> |
4 | 55 | <li lang="java"><a href="{{ site.dbr_java }}samples/index.html" class="otherLinkColour">Samples and Demo</a></li> |
5 | 56 | <li lang="java"><a href="{{ site.dbr_java_api }}" class="otherLinkColour">API Reference</a> |
|
0 commit comments