You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: use different link due to section loading order
* fix: add more descriptions and links for self hosting
* feat: add note about MWC rewrite in release notes
* fix: use X.y.z versioning
* fix: use correct JSDelivr page link
Copy file name to clipboardExpand all lines: guide/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ To use the **Mobile Document Scanner**, first obtain its library files. You can
61
61
62
62
1.[**GitHub**](https://github.com/Dynamsoft/document-scanner-javascript) – Contains the source files for the **MDS** SDK, which can be compiled into library files.
63
63
2.[**npm**](https://www.npmjs.com/package/dynamsoft-document-scanner) – Provides precompiled library files via npm for easier installation.
64
-
3.[**CDN**](https://cdn.jsdelivr.net/npm/dynamsoft-document-scanner) – Delivers precompiled library files through a CDN for quick and seamless integration.
64
+
3.[**CDN**](https://www.jsdelivr.com/package/npm/dynamsoft-document-scanner) – Delivers precompiled library files through a CDN for quick and seamless integration.
65
65
66
66
You can choose one of the following methods to set up a Hello World page:
67
67
@@ -123,7 +123,7 @@ We publish **MDS** library files on [npm](https://www.npmjs.com/package/dynamsof
123
123
To use the precompiled script, simply include the following URL in a `<script>` tag:
**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.
@@ -642,7 +642,7 @@ We previously covered `container` in [Workflow Customization](#workflow-customiz
642
642
> If **MDS** 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`.
643
643
644
644
By default, `cameraEnhancerUIPath` points to a file hosted on the jsDelivr CDN:
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.
Copy file name to clipboardExpand all lines: release-notes/mobile-web-capture.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ The most notable improvement in this version is the pluggable scanner feature. T
41
41
> [!IMPORTANT]
42
42
> **This is a Beta Version**
43
43
44
+
> [!IMPORTANT]
45
+
> MWC version 3.0.0 is a **complete rewrite** and is not based on previous versions.
46
+
44
47
In this release, **Mobile Web Capture (MWC)** has been completely redesigned from the ground up. It is now a **ready-to-use, fully developed,** browser-based document management system for mobile devices.
0 commit comments