|
| 1 | +--- |
| 2 | +layout: default-layout |
| 3 | +title: Explore Features - Dynamsoft Barcode Reader JavaScript Edition User Guide |
| 4 | +description: This page lists the topics to explore the features of Dynamsoft Barcode Reader JavaScript SDK. |
| 5 | +keywords: user guide, explore features, javascript, js |
| 6 | +breadcrumbText: Explore Features |
| 7 | +noTitleIndex: false |
| 8 | +needGenerateH3Content: true |
| 9 | +needAutoGenerateSidebar: true |
| 10 | +permalink: /programming/javascript/user-guide/explore-features/index.html |
| 11 | +--- |
| 12 | + |
| 13 | +# Explore Features |
| 14 | + |
| 15 | +Once you have got an application running with Dynamsoft Barcode Reader JavaScript edition, you can explore the many features of the SDK to see how to make the best out of the SDK. |
| 16 | + |
| 17 | +> If you are just getting started with Dynamsoft Barcode Reader JavaScript Edition, we recommend that you read [Get Started](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html) first. |
| 18 | +
|
| 19 | +## Basic Features |
| 20 | + |
| 21 | +* [Specify barcode formats and count]({{site.features}}barcode-formats-and-count.html?lang=js) |
| 22 | +* [Read a specific area/region]({{site.features}}barcode-scan-region.html?lang=js) |
| 23 | +* [Customize the UI]({{site.features}}ui-customization-js.html?lang=js) |
| 24 | + |
| 25 | +## Handle Difficult Cases |
| 26 | + |
| 27 | +While the SDK has been carefully tuned to provide the best possible performance in most use cases, it can be further tweaked to provide an even better performance for barcodes/images of similar characteristics. Read the following topics and see if any of them might be helpful in your case. |
| 28 | + |
| 29 | +* [Read inverted barcodes]({{site.features}}read-inverted-barcodes.html?lang=js) |
| 30 | +* [Read deformed barcodes]({{site.features}}read-deformed-barcodes.html?lang=js) |
| 31 | +* [Read incomplete barcodes]({{site.features}}read-incomplete-barcodes.html?lang=js) |
| 32 | +* [Read dense barcodes]({{site.features}}read-dense-barcodes.html?lang=js) |
| 33 | +* [Read barcodes from a large image]({{site.features}}read-a-large-image.html?lang=js) |
| 34 | +* [Read barcodes with small module size]({{site.features}}read-barcodes-with-small-module-size.html?lang=js) |
| 35 | +* [Read barcodes with imbalanced colors]({{site.features}}read-barcodes-with-imbalanced-colour.html?lang=js) |
| 36 | +* [Read barcodes with uneven lighting]({{site.features}}read-barcodes-with-uneven-lighting.html?lang=js) |
| 37 | +* [Read images with texture]({{site.features}}read-images-with-texture.html?lang=js) |
| 38 | +* [Read images with lots of text]({{site.features}}read-images-with-lots-of-text.html?lang=js) |
| 39 | +* [Preprocesss images to read difficult barcodes]({{site.features}}preprocess-images.html?lang=js) |
| 40 | + |
| 41 | +## Barcode Results |
| 42 | + |
| 43 | +* [Get barcode confidence and rotation]({{site.features}}get-confidence-rotation.html?lang=js) |
| 44 | +* [Get barcode location]({{site.features}}get-barcode-location.html?lang=js) |
| 45 | +* [Get detailed barcode information]({{site.features}}get-detailed-info.html?lang=js) |
| 46 | +* [Filter and sort decoding results]({{site.features}}filter-and-sort.html?lang=js) |
| 47 | +<!-- * [Use intermediate results]({{site.features}}use-intermidiate-results.html?lang=js) --> |
| 48 | + |
| 49 | +## Advanced Features |
| 50 | + |
| 51 | +<!-- * [Control when to terminate a decoding process]({{site.features}}control-terminate-phase.html?lang=js) --> |
| 52 | +* [Use SimplifiedCaptureVisionSettings or Templates]({{site.features}}use-runtimesettings-or-templates.html?lang=js) |
| 53 | +* [Use format specific configurations]({{site.features}}use-format-specific-configuration.html?lang=js) |
0 commit comments