Skip to content

Commit 02b1511

Browse files
authored
Staging (#104)
* fix: language * fix: site tree * fix: syntax * chore: replace DDS with MDS
1 parent 0d3b236 commit 02b1511

File tree

10 files changed

+27
-34
lines changed

10 files changed

+27
-34
lines changed

_includes/sidelist-guides.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
<li><a href="{{ site.guides }}index.html" class="otherLinkColour">Developer Guides</a>
2-
<ul>
3-
<li><a href="{{ site.guides }}document-scanner.html" class="otherLinkColour">Scan Single-Page Documents</a></li>
4-
<li><a href="{{ site.guides }}mobile-web-capture.html" class="otherLinkColour">Scan Multi-Page Documents</a></li>
5-
<li><a href="{{ site.guides }}mobile-web-capture-customization.html" class="otherLinkColour">Customize UI And Workflow</a></li>
6-
</ul>
1+
<li><a href="{{ site.guides }}index.html" class="otherLinkColour">Developer Guide</a>
72
</li>

api/document-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ breadcrumbText: API References
99
description: Mobile Document Scanner JS Edition - API Reference
1010
---
1111

12-
# Dynamsoft Document Scanner API Reference
12+
# Mobile Document Scanner API Reference
1313

1414
The `DocumentScanner` class handles the document scanning process, including image capture, correction, and result display.
1515

api/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ description: Mobile Web Capture Documentation API Reference Index
1212

1313
## Scan Single-Page Documents
1414

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:
1616

17-
- [Dynamsoft Document Scanner API Reference]({{ site.api }}document-scanner.html)
17+
- [Mobile Document Scanner API Reference]({{ site.api }}index.html)
1818

1919
> [!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/).
2121
2222
## Scan Multi-Page Documents
2323

code-gallery/frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Mobile Web Capture Framework Samples
1111

1212
# Frameworks
1313

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

1616
> [!NOTE]
1717
> Please [contact us](https://www.dynamsoft.com/company/contact/) for any inquiries about currently unsupported frameworks.

code-gallery/mobile-web-capture/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ description: Mobile Document Scanner JS Edition User Guide
1313
> [!TIP]
1414
> Prerequisites: read the [Introduction]({{ site.introduction }}index.html) before proceeding.
1515
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.
1717

1818
> [!TIP]
1919
> See it in action with the [Mobile Web Capture Demo](https://demo.dynamsoft.com/mobile-web-capture/).
2020
2121
This guide walks you through building a web application that scans multi-page documents using **MWC**, with **pre-defined configurations**.
2222

2323
> [!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.
2525
2626
<!--
2727
Keep TOC only for npm /github as readme

guides/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ keywords: Documentation, Mobile Document Scanner, Web, JS Edition, Dynamsoft Doc
88
description: Mobile Document Scanner JS Edition User Guide
99
---
1010

11-
# Scan Single-Page Documents with Dynamsoft Document Scanner
11+
# Scan Single-Page Documents with Mobile Document Scanner
1212

1313
> [!TIP]
1414
> Prerequisite: Read the [Introduction]({{ site.introduction }}index.html) before proceeding.
1515
1616
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.
1717

1818
> [!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/).
2020
2121
This guide walks you through building a web application that scans single-page documents using **MDS** with pre-defined configurations.
2222

@@ -130,15 +130,15 @@ Below is the complete Hello World sample page that uses this precompiled script
130130
<head>
131131
<meta charset="utf-8" />
132132
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
133-
<title>Dynamsoft Document Scanner - Hello World</title>
133+
<title>Mobile Document Scanner - Hello World</title>
134134
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-document-scanner@1.2/dist/dds.bundle.js"></script>
135135
</head>
136136
<body>
137-
<h1 style="font-size: large">Dynamsoft Document Scanner</h1>
137+
<h1 style="font-size: large">Mobile Document Scanner</h1>
138138
<div id="results"></div>
139139
<script>
140140
const resultContainer = document.querySelector("#results");
141-
// Instantiate a Dynamsoft Document Scanner Object
141+
// Instantiate a Document Scanner Object
142142
const documentScanner = new Dynamsoft.DocumentScanner({
143143
license: "YOUR_LICENSE_KEY_HERE", // Replace this with your actual license key
144144
});
@@ -288,7 +288,7 @@ Reference:
288288
Here we walk through the code in the Hello World sample to explain how it works.
289289
290290
> [!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).
292292
293293
### Reference MDS
294294
@@ -298,7 +298,7 @@ Here we walk through the code in the Hello World sample to explain how it works.
298298
<head>
299299
<meta charset="utf-8" />
300300
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
301-
<title>Dynamsoft Document Scanner - Hello World</title>
301+
<title>Mobile Document Scanner - Hello World</title>
302302
<script src="../dist/dds.bundle.js"></script>
303303
<!--Alternatively, reference the script from CDN
304304
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-document-scanner@1.2/dist/dds.bundle.js"></script>
@@ -369,7 +369,7 @@ The workflow returns a scanned image object of type `CorrectedImageResult`. To d
369369
370370
```html
371371
<body>
372-
<h1 style="font-size: large">Dynamsoft Document Scanner</h1>
372+
<h1 style="font-size: large">Mobile Document Scanner</h1>
373373
<div id="results"></div>
374374
```
375375
@@ -885,6 +885,6 @@ API Reference:
885885
886886
## Next Step
887887
888-
**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)**.
889889
890890
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).

index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ description: Mobile Document Scanner JS Edition Documentation Homepage
88
# Mobile Web Capture
99

1010
- [Introduction]({{ site.introduction }}index.html)
11-
- [Developer Guides]({{ site.guides }}index.html)
12-
- [Scan Single-Page Documents]({{ site.guides }}document-scanner.html)
13-
- [Scan Multi-Page Documents]({{ site.guides }}mobile-web-capture.html)
14-
- [Customize UI And Workflow]({{ site.guides }}mobile-web-capture-customization.html)
11+
- [Developer Guide]({{ site.guides }}index.html)
1512
- Code Gallery
1613
- [Mobile Web Capture](({{ site.code-gallery }}mobile-web-capture/index.html))
1714
- [Customization Guide]({{ site.code-gallery }}mobile-web-capture/customization-guide.html)

introduction/index-v3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /introduction/index.html
1212

1313
# Introduction
1414

15-
When digitizing physical documentswhether 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.
1616

1717
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.
1818

@@ -24,7 +24,7 @@ However, when hardware scanners are not feasible or convenient, mobile device ca
2424

2525
## Choosing the Right Solution
2626

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.
2828

2929
**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.
3030

introduction/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ description: Mobile Document Scanner JS Edition Documentation Introduction
1111

1212
# Introduction
1313

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

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.
1718
1819
## Common Usage Scenarios
1920

@@ -45,7 +46,7 @@ await documentScanner.launch();
4546
```
4647
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.
4748

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.
4950

5051
## Views
5152

@@ -95,6 +96,6 @@ The table below lists the **minimum supported versions** of browsers based on th
9596

9697
## Next Step
9798

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).
99100

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).

release-notes/mobile-web-capture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In this release, **Mobile Web Capture (MWC)** has been completely redesigned fro
8282
- View upload history
8383

8484
> [!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).
8686
8787
#### Document Scanner View
8888
- Camera viewfinder with resolution toggle and more

0 commit comments

Comments
 (0)