Skip to content

Commit 87afb8d

Browse files
Merge pull request #87 from dynamsoft-docs/preview
update to internal commit d17c0bcb
2 parents 23452a5 + 4fbc318 commit 87afb8d

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

guides/document-scanner.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Since the **DDS** library files are published on [npm](https://www.npmjs.com/pac
9797
9898
To use the precompiled script, simply include the following URL in a `<script>` tag:
9999
```html
100-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/dds.bundle.js"></script>
100+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/dds.bundle.js"></script>
101101
```
102102
103103
Below is the complete Hello World sample page that uses this precompiled script from a CDN.
@@ -112,7 +112,7 @@ Below is the complete Hello World sample page that uses this precompiled script
112112
<meta charset="utf-8" />
113113
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
114114
<title>Dynamsoft Document Scanner - Hello World</title>
115-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/dds.bundle.js"></script>
115+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/dds.bundle.js"></script>
116116
</head>
117117
<body>
118118
<h1 style="font-size: large">Dynamsoft Document Scanner</h1>
@@ -165,7 +165,7 @@ Let’s walk through the code in the Hello World Sample to understand how it wor
165165
<title>Dynamsoft Document Scanner - Hello World</title>
166166
<script src="../dist/dds.bundle.js"></script>
167167
<!--Alternatively, reference the script from CDN
168-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/dds.bundle.js"></script>
168+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/dds.bundle.js"></script>
169169
-->
170170
</head>
171171
```
@@ -179,7 +179,7 @@ In this step, DDS is referenced using a relative local path in the `<head>` sect
179179
Alternatively, the script can be referenced from a CDN:
180180
181181
```html
182-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/dds.bundle.js"></script>
182+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/dds.bundle.js"></script>
183183
```
184184
185185
**DDS** wraps all its dependency scripts, so a **DDS** project only needs to include **DDS** itself as a single script. No additional dependency scripts are required.
@@ -377,7 +377,7 @@ We previously covered `container` in [Workflow Customization](#workflow-customiz
377377
> If **DDS** performance does not meet your needs in your usage scenario, you may require a customized algorithm template for better results. In this case, please contact our experienced [Technical Support Team](https://www.dynamsoft.com/company/contact/) to discuss your requirements. They will help tailor a suitable template for you, which you can then apply by updating `templateFilePath`.
378378
379379
By default, `cameraEnhancerUIPath` points to a file hosted on the jsDelivr CDN:
380-
[https://cdn.jsdelivr.net/npm/[email protected].0/dist/document-scanner.ui.html](https://cdn.jsdelivr.net/npm/[email protected].0/dist/document-scanner.ui.html).
380+
[https://cdn.jsdelivr.net/npm/[email protected].1/dist/document-scanner.ui.html](https://cdn.jsdelivr.net/npm/[email protected].1/dist/document-scanner.ui.html).
381381
382382
This file defines the UI for `DocumentScannerView`. However, since files on the CDN **cannot be modified directly**, you need to use a **local version** to customize the UI. `cameraEnhancerUIPath` is used to specify the local version.
383383

guides/mobile-web-capture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Since the **MWC** library files are published on [npm](https://www.npmjs.com/pac
9797
9898
To use the precompiled script, simply include the following URL in a `<script>` tag:
9999
```html
100-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/mwc.bundle.js"></script>
100+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/mwc.bundle.js"></script>
101101
```
102102
103103
Below is the complete Hello World sample page that uses this precompiled script from a CDN.
@@ -112,7 +112,7 @@ Below is the complete Hello World sample page that uses this precompiled script
112112
<meta charset="utf-8" />
113113
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
114114
<title>Mobile Web Capture - Hello World</title>
115-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/mwc.bundle.js"></script>
115+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/mwc.bundle.js"></script>
116116
</head>
117117
<body>
118118
<script>
@@ -153,7 +153,7 @@ Let’s walk through the code in the Hello World sample to understand how it wor
153153
<title>Mobile Web Capture - Hello World</title>
154154
<script src="../dist/mwc.bundle.js"></script>
155155
<!--Alternatively, reference the script from CDN
156-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/mwc.bundle.js"></script>
156+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/mwc.bundle.js"></script>
157157
-->
158158
</head>
159159
```
@@ -167,7 +167,7 @@ In this step, **MWC** is referenced using a relative local path in the `<head>`
167167
Alternatively, the script can be referenced from a CDN:
168168
169169
```html
170-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/mwc.bundle.js"></script>
170+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/mwc.bundle.js"></script>
171171
```
172172
173173
**MWC** wraps all its dependency scripts, so a **MWC** project only needs to include **MWC** itself as a single script. No additional dependency scripts are required.

releasenotes/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ permalink: /releasenotes/index.html
1212

1313
# Release Notes
1414

15+
## 3.0.1 (02/07/2025)
16+
17+
* Fixed a bug in the Document Result View where the **Download** button icon was not displayed.
18+
1519
## 3.0.0 (02/07/2025)
1620

1721
**⚠ IMPORTANT NOTE:This is a Beta Version**

0 commit comments

Comments
 (0)