Skip to content

Commit 6555b7c

Browse files
committed
docs: change MDS v1.3.0 to v1.3.1
1 parent 016b3ad commit 6555b7c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

guide/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ We publish **MDS** library files on [npm](https://www.npmjs.com/package/dynamsof
101101
To use the precompiled script, simply include the following URL in a `<script>` tag:
102102

103103
```html
104-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/dds.bundle.js"></script>
104+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/dds.bundle.js"></script>
105105
```
106106

107107
Below is the complete Hello World sample page that uses this precompiled script from a CDN.
@@ -119,7 +119,7 @@ Below is the complete Hello World sample page that uses this precompiled script
119119
<meta charset="utf-8" />
120120
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
121121
<title>Mobile Document Scanner - Hello World</title>
122-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/dds.bundle.js"></script>
122+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/dds.bundle.js"></script>
123123
</head>
124124
<body>
125125
<h1 style="font-size: large">Mobile Document Scanner</h1>
@@ -295,7 +295,7 @@ Here we walk through the code in the Hello World sample to explain its function
295295
<title>Mobile Document Scanner - Hello World</title>
296296
<script src="../dist/dds.bundle.js"></script>
297297
<!--Alternatively, reference the script from CDN
298-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/dds.bundle.js"></script>
298+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/dds.bundle.js"></script>
299299
-->
300300
</head>
301301
</html>
@@ -310,7 +310,7 @@ In this step, we reference MDS with a relative path to the local file in the `<h
310310
Alternatively, you can reference the script hosted on a CDN, for example, on JSDelivr:
311311
312312
```html
313-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/dds.bundle.js"></script>
313+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/dds.bundle.js"></script>
314314
```
315315
316316
**MDS** wraps all its dependency scripts, so a **MDS** project only needs to include **MDS** itself as a single script. No additional dependency scripts are required.
@@ -616,7 +616,7 @@ Of these three properties, we focus on `cameraEnhancerUIPath`. Here we omit `con
616616
> If the performance of **MDS** does not meet your needs, you may require an algorithm template **customized for your usage scenario** for better results. Please contact our experienced [Technical Support Team](https://www.dynamsoft.com/company/contact/) to discuss your requirements. We can tailor a suitable template for you, which you can then apply by updating `templateFilePath`.
617617
618618
`cameraEnhancerUIPath` points to a file hosted on the jsDelivr CDN by default (see [Self-Host Resources: Point to Resources](#point-to-resources)):
619-
[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).
619+
[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).
620620
621621
This file defines the UI for `DocumentScannerView`. Since files on the CDN **cannot be modified directly**, you must to use a **local version** to customize the UI. `cameraEnhancerUIPath` specifies the file path to this local version of the UI.
622622

release-notes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Mobile Web Capture Documentation Release Notes
1111

1212
# Mobile Document Scanner JavaScript Edition Release Notes
1313

14-
## 1.3.0 (04/09/2025)
14+
## 1.3.1 (04/09/2025)
1515

1616
### SDK
1717

@@ -35,7 +35,7 @@ description: Mobile Web Capture Documentation Release Notes
3535

3636
### Documentation
3737

38-
- Update SDK versions from v1.2.0 to v1.3.0.
38+
- Update SDK versions from v1.2.0 to v1.3.1.
3939
- Add [`tsdoc`](https://tsdoc.org/) annotations to bring API references to IDEs and allow content extraction with compatible development tools.
4040
- Add developer guides for JavaScript Framework samples.
4141

0 commit comments

Comments
 (0)