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
Copy file name to clipboardExpand all lines: api/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ description: Mobile Web Capture Documentation API Reference Index
12
12
13
13
## Scan Single-Page Documents
14
14
15
-
If you need to scan single-page documents and do not require handling PDF files (import or export), you only need **Dynamsoft Document Scanner (DDS)**, a component of **Mobile Web Capture (MWC)**. You can find its API reference here:
15
+
If you need to scan single-page documents and do not require handling PDF files (import or export), you only need **Mobile Document Scanner (MDS)**, a component of **Mobile Web Capture (MWC)**. You can find its API reference here:
16
16
17
-
-[Dynamsoft Document Scanner API Reference]({{ site.api }}document-scanner.html)
17
+
-[Mobile Document Scanner API Reference]({{ site.api }}index.html)
18
18
19
19
> [!TIP]
20
-
> See it in action with the [Dynamsoft Document Scanner Demo](https://demo.dynamsoft.com/document-scanner/).
20
+
> See it in action with the [Mobile Document Scanner Demo](https://demo.dynamsoft.com/document-scanner/).
Copy file name to clipboardExpand all lines: code-gallery/frameworks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ description: Mobile Web Capture Framework Samples
11
11
12
12
# Frameworks
13
13
14
-
Dynamsoft provides samples that show how to integrate Dynamsoft Document Scanner and Mobile Web Capture in various frameworks. We recommend using our samples as references when building web applications with DDS and MWC with frameworks.
14
+
Dynamsoft provides samples that show how to integrate Mobile Document Scanner and Mobile Web Capture in various frameworks. We recommend using our samples as references when building web applications with MDS and MWC with frameworks.
15
15
16
16
> [!NOTE]
17
17
> Please [contact us](https://www.dynamsoft.com/company/contact/) for any inquiries about currently unsupported frameworks.
Copy file name to clipboardExpand all lines: code-gallery/mobile-web-capture/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ description: Mobile Document Scanner JS Edition User Guide
13
13
> [!TIP]
14
14
> Prerequisites: read the [Introduction]({{ site.introduction }}index.html) before proceeding.
15
15
16
-
**Mobile Web Capture (MWC)** is an SDK designed for scanning multi-page documents. It integrates **Dynamsoft Document Scanner (DDS)** functionality while offering additional features such as multi-document management, annotation, and uploading, making it a comprehensive solution for managing complex document workflows.
16
+
**Mobile Web Capture (MWC)** is an SDK designed for scanning multi-page documents. It integrates **Mobile Document Scanner (MDS)** functionality while offering additional features such as multi-document management, annotation, and uploading, making it a comprehensive solution for managing complex document workflows.
17
17
18
18
> [!TIP]
19
19
> See it in action with the [Mobile Web Capture Demo](https://demo.dynamsoft.com/mobile-web-capture/).
20
20
21
21
This guide walks you through building a web application that scans multi-page documents using **MWC**, with **pre-defined configurations**.
22
22
23
23
> [!TIP]
24
-
> If you are looking for a solution that scans single-page documents, please read [Dynamsoft Document Scanner User Guide]({{ site.guides }}document-scanner.html) instead.
24
+
> If you are looking for a solution that scans single-page documents, please read [Mobile Document Scanner User Guide]({{ site.guides }}index.html) instead.
description: Mobile Document Scanner JS Edition User Guide
9
9
---
10
10
11
-
# Scan Single-Page Documents with Dynamsoft Document Scanner
11
+
# Scan Single-Page Documents with Mobile Document Scanner
12
12
13
13
> [!TIP]
14
14
> Prerequisite: Read the [Introduction]({{ site.introduction }}index.html) before proceeding.
15
15
16
16
Dynamsoft's **Mobile Document Scanner JavaScript Edition (MDS)** is a web SDK designed for scanning single-page documents. MDS captures images of the documents and enhances their quality to professional standards, making it an ideal tool for mobile document scanning.
17
17
18
18
> [!NOTE]
19
-
> See it in action with the [Dynamsoft Document Scanner Demo](https://demo.dynamsoft.com/document-scanner/).
19
+
> See it in action with the [Mobile Document Scanner Demo](https://demo.dynamsoft.com/document-scanner/).
20
20
21
21
This guide walks you through building a web application that scans single-page documents using **MDS** with pre-defined configurations.
22
22
@@ -130,15 +130,15 @@ Below is the complete Hello World sample page that uses this precompiled script
// Instantiate a Dynamsoft Document Scanner Object
141
+
// Instantiate a Document Scanner Object
142
142
const documentScanner = new Dynamsoft.DocumentScanner({
143
143
license: "YOUR_LICENSE_KEY_HERE", // Replace this with your actual license key
144
144
});
@@ -288,7 +288,7 @@ Reference:
288
288
Here we walk through the code in the Hello World sample to explain how it works.
289
289
290
290
> [!TIP]
291
-
> You can also view the full code by visiting the [Dynamsoft Document Scanner Hello World Sample on Github](https://github.com/Dynamsoft/document-scanner-javascript/blob/main/samples/hello-world.html).
291
+
> You can also view the full code by visiting the [Document Scanner JS Hello World Sample on Github](https://github.com/Dynamsoft/document-scanner-javascript/blob/main/samples/hello-world.html).
292
292
293
293
### Reference MDS
294
294
@@ -298,7 +298,7 @@ Here we walk through the code in the Hello World sample to explain how it works.
**MDS** is a fully functional, ready-to-use document scanning SDK with built-in UI layouts. However, to extend its capabilities for multi-page and multi-document processing, as well as advanced editing features, we developed **Mobile Web Capture (MWC)**.
888
+
**MDS** is a fully functional, ready-to-use **single page** scanning SDK with built-in UI layouts. However, to extend its capabilities for multi-page and multi-document processing, as well as advanced editing features, we developed **Mobile Web Capture (MWC)**.
889
889
890
890
Read on to learn how to use this web-based wrapper SDK in the [**Mobile Web Capture User Guide**]({{ site.code-gallery }}mobile-web-capture/index.html).
When digitizing physical documents—whether for easier storage, better accessibility, or streamlined processing — a hardware scanner is often the preferred choice. For integrating this functionality into web applications, **Dynamsoft’s**[Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/docs/introduction/index.html) is a widely popular option.
15
+
When digitizing physical documents - whether for easier storage, better accessibility, or streamlined processing - a hardware scanner is often the preferred choice. For integrating this functionality into web applications, **Dynamsoft’s**[Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/docs/introduction/index.html) is a widely popular option.
16
16
17
17
However, when hardware scanners are not feasible or convenient, mobile device cameras can serve as effective alternatives. **Mobile Web Capture (MWC)** is a document scanning SDK specifically designed to address this need.
18
18
@@ -24,7 +24,7 @@ However, when hardware scanners are not feasible or convenient, mobile device ca
24
24
25
25
## Choosing the Right Solution
26
26
27
-
**MWC** is designed to handle all three scenarios seamlessly. However, for **single-page document capture (Scenario 1)**, **MWC** may feel overly feature-rich. To address this, we developed **Dynamsoft Document Scanner (DDS)**— a streamlined solution tailored for capturing single-page documents using mobile cameras.
27
+
**MWC** is designed to handle all three scenarios seamlessly. However, for **single-page document capture (Scenario 1)**, **MWC** may feel overly feature-rich. To address this, we developed **Dynamsoft Document Scanner (DDS)**- a streamlined solution tailored for capturing single-page documents using mobile cameras.
28
28
29
29
**DDS** not only captures documents but also enhances their quality to meet professional standards, making it an ideal tool for **Scenario 1** as described above.
When digitizing physical documents — whether for easier storage, better accessibility, or streamlined processing — a hardware scanner is often the preferred choice. For integrating this functionality into web applications, **Dynamsoft’s**[**Dynamic Web TWAIN**](https://www.dynamsoft.com/web-twain/docs/introduction/index.html) is a widely popular option.
14
+
When digitizing physical documents - whether for easier storage, better accessibility, or streamlined processing - a hardware scanner is often the preferred choice. However, when hardware scanners are not feasible or convenient, mobile device cameras can serve as effective alternatives. Dynamsoft designed the **Mobile Document Scanner JavaScript Edition (MDS)** SDK to address this need.
15
15
16
-
However, when hardware scanners are not feasible or convenient, mobile device cameras can serve as effective alternatives. **Dynamsoft's Mobile Document Scanner (MDC)** is a document scanning SDK specifically designed to address this need.
16
+
> [!TIP]
17
+
> If you are integrating **hardware scanners** into web applications, you may be interested in **Dynamsoft’s**[**Dynamic Web TWAIN**](https://www.dynamsoft.com/web-twain/docs/introduction/index.html) solution.
17
18
18
19
## Common Usage Scenarios
19
20
@@ -45,7 +46,7 @@ await documentScanner.launch();
45
46
```
46
47
The UI elements are modularized into distinct Views, each offering developer-friendly configuration options. These options enable flexible business logic through straightforward configuration objects, helping to reduce development costs and streamline maintenance.
47
48
48
-
The following section provides a high-level overview of the Views, followed by a detailed look at two specific Views.
49
+
The following section provides a high-level overview of the Views.
49
50
50
51
## Views
51
52
@@ -95,6 +96,6 @@ The table below lists the **minimum supported versions** of browsers based on th
95
96
96
97
## Next Step
97
98
98
-
- If you only need to scan single-page documents, proceed to the [Dynamsoft Document Scanner Developer Guide]({{ site.guides }}document-scanner.html).
99
+
- If you only need to scan single-page documents, proceed to the [Mobile Document Scanner Developer Guide]({{ site.guides }}index.html).
99
100
100
-
- If you need to handle multi-page documents, multi-**document** scenarios, PDF files, annotations, and more, you will need the fully-featured **Mobile Web Capture (MWC)**. In this case, proceed to the [Mobile Web Capture Developer Guide]({{ site.guides }}mobile-web-capture.html).
101
+
- If you need to handle multi-page documents, **multi-document** scenarios, PDF files, annotations, and more, you will need the fully-featured **Mobile Web Capture (MWC)**. In this case, proceed to the [Mobile Web Capture Developer Guide]({{ site.guides }}mobile-web-capture.html).
Copy file name to clipboardExpand all lines: release-notes/mobile-web-capture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ In this release, **Mobile Web Capture (MWC)** has been completely redesigned fro
82
82
- View upload history
83
83
84
84
> [!NOTE]
85
-
> The following three views are powered by **Dynamsoft Document Scanner (DDS)**. Learn more in the [DDS user guide]({{ site.guides }}document-scanner.html).
85
+
> The following three views are powered by **Mobile Document Scanner (MDS)**. Learn more in the [MDS user guide]({{ site.guides }}index.html).
86
86
87
87
#### Document Scanner View
88
88
- Camera viewfinder with resolution toggle and more
0 commit comments