Skip to content

Commit e65718a

Browse files
update to internal commit 1a517930
1 parent 2dc13d6 commit e65718a

File tree

7 files changed

+519
-11
lines changed

7 files changed

+519
-11
lines changed

_includes/sidelist-programming/programming-javascript.html

Lines changed: 80 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,91 @@
1212
>Get Started</a
1313
>
1414
</li>
15+
<li><a href="{{ site.js }}user-guide/explore-features/index.html" class="otherLinkColour">Explore
16+
Features</a>
17+
<ul>
18+
<li><a class="otherLinkColour">Basic Features</a>
19+
<ul>
20+
<li><a href="{{ site.features }}barcode-formats-and-count.html?lang=js" class="otherLinkColour">Specify barcode
21+
formats and
22+
count</a></li>
23+
<li><a href="{{ site.features }}barcode-scan-region.html?lang=js" class="otherLinkColour">Read a
24+
specific area/region</a></li>
25+
<!-- <li><a href="{{ site.features }}customize-the-ui.html?lang=js" class="otherLinkColour">Customize
26+
the UI</a></li> -->
27+
</ul>
28+
</li>
29+
<li><a class="otherLinkColour">Handle Different Cases</a>
30+
<ul>
31+
<li><a href="{{ site.features }}read-inverted-barcodes.html?lang=js" class="otherLinkColour">Read inverted
32+
barcodes</a></li>
33+
<li><a href="{{ site.features }}read-deformed-barcodes.html?lang=js" class="otherLinkColour">Read deformed
34+
barcodes</a></li>
35+
<li><a href="{{ site.features }}read-incomplete-barcodes.html?lang=js" class="otherLinkColour">Read incomplete
36+
barcodes</a>
37+
</li>
38+
<li><a href="{{ site.features }}read-dense-barcodes.html?lang=js" class="otherLinkColour">Read
39+
dense barcodes</a></li>
40+
<li><a href="{{ site.features }}read-a-large-image.html?lang=js" class="otherLinkColour">Read
41+
barcodes from a large image</a></li>
42+
<li><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=js" class="otherLinkColour">Read
43+
barcodes with small module
44+
size</a></li>
45+
<li><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=js" class="otherLinkColour">Read
46+
images with imbalanced
47+
colors</a></li>
48+
<li><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=js" class="otherLinkColour">Read
49+
images with uneven
50+
lighting</a></li>
51+
<li><a href="{{ site.features }}read-images-with-texture.html?lang=js" class="otherLinkColour">Read images with
52+
texture</a>
53+
</li>
54+
<li><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=js" class="otherLinkColour">Read images
55+
with lots of
56+
text</a></li>
57+
<li><a href="{{ site.features }}preprocess-images.html?lang=js" class="otherLinkColour">Preprocess images to
58+
read
59+
difficult barcodes</a></li>
60+
</ul>
61+
</li>
62+
<li><a class="otherLinkColour">Barcode Results</a>
63+
<ul>
64+
<li><a href="{{ site.features }}get-confidence-rotation.html?lang=js" class="otherLinkColour">Get barcode
65+
confidence and
66+
rotation</a></li>
67+
<li><a href="{{ site.features }}get-barcode-location.html?lang=js" class="otherLinkColour">Get
68+
barcode location</a></li>
69+
<li><a href="{{ site.features }}get-detailed-info.html?lang=js" class="otherLinkColour">Get
70+
detailed barcode information</a></li>
71+
<li><a href="{{ site.features }}filter-and-sort.html?lang=js" class="otherLinkColour">Filter and
72+
sort decoding results</a></li>
73+
<!-- <li><a href="{{ site.features }}use-intermidiate-results.html?lang=js" class="otherLinkColour">Use intermediate
74+
results</a>
75+
</li> -->
76+
</ul>
77+
</li>
78+
<li><a class="otherLinkColour">Advanced Features</a>
79+
<ul>
80+
<!-- <li><a href="{{ site.features }}control-terminate-phase.html?lang=js" class="otherLinkColour">Control when to
81+
terminate a
82+
decoding process</a></li> -->
83+
<li><a href="{{ site.features }}use-runtimesettings-or-templates.html?lang=js" class="otherLinkColour">Use
84+
SimplifiedCaptureVisionSettings or
85+
Templates</a></li>
86+
<li><a href="{{ site.features }}use-format-specific-configuration.html?lang=js" class="otherLinkColour">Use
87+
format specific
88+
configurations</a></li>
89+
</ul>
90+
</li>
91+
</ul>
92+
</li>
1593
</ul>
1694
</li>
1795
<li>
1896
<a href="{{ site.js }}samples-demos/index.html" class="otherLinkColour"
1997
>Samples and Demos</a
2098
>
21-
<ul>
99+
<!-- <ul>
22100
<li>
23101
<a
24102
target="_blank"
@@ -117,7 +195,7 @@
117195
>Official Online Demo &nearrow;</a
118196
>
119197
</li>
120-
</ul>
198+
</ul> -->
121199
</li>
122200
<li lang="javascript">
123201
<a href="{{ site.js_api }}index.html" class="otherLinkColour"

programming-old/javascript/samples-demos/usecase1-formfill.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ Dynamsoft.DBR.BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9'
4040

4141
The following official sample shows how to use the sdk to fill multiple fields for a form.
4242

43-
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/4.use-case/1.fill-a-form-with-barcode-reading.html">Read Barcodes and Fill Form Fields - Demo</a>
4443
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/4.use-case/1.fill-a-form-with-barcode-reading.html">Read Barcodes and Fill Form Fields - Source Code</a>

programming-old/javascript/samples-demos/usecase2-pdf417DL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ The PDF417 barcode on an AAMVA compatible driver's license contains a lot of inf
1414

1515
The following official sample shows how to use the sdk to read a driver's license and extract its information.
1616

17-
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/4.use-case/2.read-a-drivers-license.html">Read the PDF417 Barcode on the Driver&apos;s License - Demo</a>
1817
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/4.use-case/2.read-a-drivers-license.html">Read the PDF417 Barcode on the Driver&apos;s License - Source Code</a>
1918

2019
Also see [Driver's License Scanner SDK for Mobile and Web](https://www.dynamsoft.com/use-cases/driver-license/).

programming-old/javascript/user-guide/explore-features/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ permalink: /programming/javascript/user-guide/explore-features/index.html
1414

1515
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.
1616

17-
> If you are just getting started with Dynamsoft Barcode Reader JavaScript Edition, we recommend that you read [Get Started](../index-v9.6.42.md) first.
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.
1818
1919
## Basic Features
2020

2121
* [Specify barcode formats and count]({{site.features}}barcode-formats-and-count.html?lang=js)
2222
* [Read a specific area/region]({{site.features}}barcode-scan-region.html?lang=js)
23-
* [Customize the UI]({{site.features}}customize-the-ui.html?lang=js)
23+
<!-- * [Customize the UI]({{site.features}}customize-the-ui.html?lang=js) -->
2424

2525
## Handle Difficult Cases
2626

@@ -44,10 +44,10 @@ While the SDK has been carefully tuned to provide the best possible performance
4444
* [Get barcode location]({{site.features}}get-barcode-location.html?lang=js)
4545
* [Get detailed barcode information]({{site.features}}get-detailed-info.html?lang=js)
4646
* [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)
47+
<!-- * [Use intermediate results]({{site.features}}use-intermidiate-results.html?lang=js) -->
4848

4949
## Advanced Features
5050

51-
* [Control when to terminate a decoding process]({{site.features}}control-terminate-phase.html?lang=js)
52-
* [Use RuntimeSettings or Templates]({{site.features}}use-runtimesettings-or-templates.html?lang=js)
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)
5353
* [Use format specific configurations]({{site.features}}use-format-specific-configuration.html?lang=js)

programming/javascript/release-notes/js-10.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ In this version, the SDK has been refactored under the `DynamsoftCaptureVision`
8989
* This version of `BarcodeReader` only accepts `DynamsoftCameraEnhancer(DCE)` version 4.0.1 and above, which has been refactored to be compliant with the [ImageSourceAdapter (ISA) interface](https://www.dynamsoft.com/capture-vision/docs/core/architecture/input.html#image-source-adapter){:target="_blank"}, as a valid image source.
9090

9191
* Decoded barcode results are returned via the [CapturedResultReceiver (CRR) interface](https://www.dynamsoft.com/capture-vision/docs/core/architecture/output.html#captured-result-receiver){:target="_blank"}.
92+
93+
* For the full list of API changes, please refer to the [v9 to v10 Upgrade Guide](../upgrade-guide/9to10.md).

0 commit comments

Comments
 (0)