Skip to content

Commit b0d089a

Browse files
update to internal commit 1cc54bc6
1 parent fe7947c commit b0d089a

File tree

8 files changed

+146
-125
lines changed

8 files changed

+146
-125
lines changed

programming-old/javascript/user-guide/index-v1.0.10.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,29 @@ In this guide, you will learn how to integrate this SDK into your website step b
2424

2525
<span style="font-size:20px">Table of Contents</span>
2626

27-
- [Example Usage](#example-usage)
28-
- [Check the code](#check-the-code)
29-
- [Test the code](#test-the-code)
30-
- [Building your own page](#building-your-own-page)
31-
- [Include the SDK](#include-the-sdk)
32-
- [Configure the SDK](#configure-the-sdk)
33-
- [Interact with the SDK](#interact-with-the-sdk)
34-
- [Customize the UI (optional)](#customize-the-ui-optional)
35-
- [API Documentation](#api-documentation)
36-
- [System Requirements](#system-requirements)
37-
- [Release Notes](#release-notes)
38-
- [Next Steps](#next-steps)
27+
- [Document Normalizer for Your Website - User Guide](#document-normalizer-for-your-website---user-guide)
28+
- [Example Usage](#example-usage)
29+
- [Check the code](#check-the-code)
30+
- [About the code](#about-the-code)
31+
- [Test the code](#test-the-code)
32+
- [Building your own page](#building-your-own-page)
33+
- [Include the SDK](#include-the-sdk)
34+
- [Use a CDN](#use-a-cdn)
35+
- [Host the SDK yourself](#host-the-sdk-yourself)
36+
- [Configure the SDK](#configure-the-sdk)
37+
- [Specify the license](#specify-the-license)
38+
- [Specify the location of the "engine" files](#specify-the-location-of-the-engine-files)
39+
- [Interact with the SDK](#interact-with-the-sdk)
40+
- [Create a `DocumentNormalizer` object](#create-a-documentnormalizer-object)
41+
- [Create a `CameraEnhancer` object and bind it to the `DocumentNormalizer` object](#create-a-cameraenhancer-object-and-bind-it-to-the-documentnormalizer-object)
42+
- [Change the camera settings (optional)](#change-the-camera-settings-optional)
43+
- [Customize the DocumentNormalizer Settings (optional)](#customize-the-documentnormalizer-settings-optional)
44+
- [Start the detection and normalization](#start-the-detection-and-normalization)
45+
- [Customize the UI (optional)](#customize-the-ui-optional)
46+
- [API Documentation](#api-documentation)
47+
- [System Requirements](#system-requirements)
48+
- [Release Notes](#release-notes)
49+
- [Next Steps](#next-steps)
3950

4051
## Example Usage
4152

@@ -243,7 +254,7 @@ The SDK requires a license to work, use the API `license` to specify a license k
243254
Dynamsoft.DDN.DocumentNormalizer.license = "YOUR-LICENSE-KEY";
244255
```
245256

246-
To test the SDK, you can request a 30-day trial license via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=ddn&package=js).
257+
To test the SDK, you can request a 30-day trial license via the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=ddn&package=js" target="_blank">Request a Trial License</a> link.
247258

248259
#### Specify the location of the "engine" files
249260

programming-old/javascript/user-guide/index-v1.0.11.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,29 @@ In this guide, you will learn how to integrate this SDK into your website step b
2424

2525
<span style="font-size:20px">Table of Contents</span>
2626

27-
- [Example Usage](#example-usage)
28-
- [Check the code](#check-the-code)
29-
- [Test the code](#test-the-code)
30-
- [Building your own page](#building-your-own-page)
31-
- [Include the SDK](#include-the-sdk)
32-
- [Configure the SDK](#configure-the-sdk)
33-
- [Interact with the SDK](#interact-with-the-sdk)
34-
- [Customize the UI (optional)](#customize-the-ui-optional)
35-
- [API Documentation](#api-documentation)
36-
- [System Requirements](#system-requirements)
37-
- [Release Notes](#release-notes)
38-
- [Next Steps](#next-steps)
27+
- [Document Normalizer for Your Website - User Guide](#document-normalizer-for-your-website---user-guide)
28+
- [Example Usage](#example-usage)
29+
- [Check the code](#check-the-code)
30+
- [About the code](#about-the-code)
31+
- [Test the code](#test-the-code)
32+
- [Building your own page](#building-your-own-page)
33+
- [Include the SDK](#include-the-sdk)
34+
- [Use a CDN](#use-a-cdn)
35+
- [Host the SDK yourself](#host-the-sdk-yourself)
36+
- [Configure the SDK](#configure-the-sdk)
37+
- [Specify the license](#specify-the-license)
38+
- [Specify the location of the "engine" files](#specify-the-location-of-the-engine-files)
39+
- [Interact with the SDK](#interact-with-the-sdk)
40+
- [Create a `DocumentNormalizer` object](#create-a-documentnormalizer-object)
41+
- [Create a `CameraEnhancer` object and bind it to the `DocumentNormalizer` object](#create-a-cameraenhancer-object-and-bind-it-to-the-documentnormalizer-object)
42+
- [Change the camera settings (optional)](#change-the-camera-settings-optional)
43+
- [Customize the DocumentNormalizer Settings (optional)](#customize-the-documentnormalizer-settings-optional)
44+
- [Start the detection and normalization](#start-the-detection-and-normalization)
45+
- [Customize the UI (optional)](#customize-the-ui-optional)
46+
- [API Documentation](#api-documentation)
47+
- [System Requirements](#system-requirements)
48+
- [Release Notes](#release-notes)
49+
- [Next Steps](#next-steps)
3950

4051
## Example Usage
4152

@@ -215,7 +226,7 @@ The SDK requires a license to work, use the API `license` to specify a license k
215226
Dynamsoft.DDN.DocumentNormalizer.license = "YOUR-LICENSE-KEY";
216227
```
217228

218-
To test the SDK, you can request a 30-day trial license via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=ddn&package=js).
229+
To test the SDK, you can request a 30-day trial license via the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=ddn&package=js" target="_blank">Request a Trial License</a> link.
219230

220231
#### Specify the location of the "engine" files
221232

programming-old/javascript/user-guide/index-v1.0.12.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,29 @@ In this guide, you will learn how to integrate this SDK into your website step b
2424

2525
<span style="font-size:20px">Table of Contents</span>
2626

27-
- [Example Usage](#example-usage)
28-
- [Check the code](#check-the-code)
29-
- [Test the code](#test-the-code)
30-
- [Building your own page](#building-your-own-page)
31-
- [Include the SDK](#include-the-sdk)
32-
- [Configure the SDK](#configure-the-sdk)
33-
- [Interact with the SDK](#interact-with-the-sdk)
34-
- [Customize the UI (optional)](#customize-the-ui-optional)
35-
- [API Documentation](#api-documentation)
36-
- [System Requirements](#system-requirements)
37-
- [Release Notes](#release-notes)
38-
- [Next Steps](#next-steps)
27+
- [Document Normalizer for Your Website - User Guide](#document-normalizer-for-your-website---user-guide)
28+
- [Example Usage](#example-usage)
29+
- [Check the code](#check-the-code)
30+
- [About the code](#about-the-code)
31+
- [Test the code](#test-the-code)
32+
- [Building your own page](#building-your-own-page)
33+
- [Include the SDK](#include-the-sdk)
34+
- [Use a CDN](#use-a-cdn)
35+
- [Host the SDK yourself](#host-the-sdk-yourself)
36+
- [Configure the SDK](#configure-the-sdk)
37+
- [Specify the license](#specify-the-license)
38+
- [Specify the location of the "engine" files](#specify-the-location-of-the-engine-files)
39+
- [Interact with the SDK](#interact-with-the-sdk)
40+
- [Create a `DocumentNormalizer` object](#create-a-documentnormalizer-object)
41+
- [Create a `CameraEnhancer` object and bind it to the `DocumentNormalizer` object](#create-a-cameraenhancer-object-and-bind-it-to-the-documentnormalizer-object)
42+
- [Change the camera settings (optional)](#change-the-camera-settings-optional)
43+
- [Customize the DocumentNormalizer Settings (optional)](#customize-the-documentnormalizer-settings-optional)
44+
- [Start the detection and normalization](#start-the-detection-and-normalization)
45+
- [Customize the UI (optional)](#customize-the-ui-optional)
46+
- [API Documentation](#api-documentation)
47+
- [System Requirements](#system-requirements)
48+
- [Release Notes](#release-notes)
49+
- [Next Steps](#next-steps)
3950

4051
## Example Usage
4152

@@ -215,7 +226,7 @@ The SDK requires a license to work, use the API `license` to specify a license k
215226
Dynamsoft.DDN.DocumentNormalizer.license = "YOUR-LICENSE-KEY";
216227
```
217228

218-
To test the SDK, you can request a 30-day trial license via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=ddn&package=js).
229+
To test the SDK, you can request a 30-day trial license via the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=ddn&package=js" target="_blank">Request a Trial License</a> link.
219230

220231
#### Specify the location of the "engine" files
221232

programming/javascript/api-reference/interfaces/simplified-document-normalizer-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ contrast: number;
8787

8888
## scaleDownThreshold
8989

90-
Set the threshold for scaling down the input image during barcode localization. If the shorter edge size of the image is larger than this threshold,the original may be scaled down to reduce processing time. The default value is 2300.
90+
Set the threshold for scaling down the input image during document detection. If the shorter edge size of the image is larger than this threshold,the original may be scaled down to reduce processing time. The default value is 2300.
9191

9292
```typescript
9393
scaleDownThreshold: number;

programming/javascript/user-guide/index-v2.0.11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Please note:
140140

141141
- Although the page should work properly when opened directly as a file ("file:///"), it's recommended that you deploy it to a web server and access it via HTTPS.
142142
- On first use, you need to wait a few seconds for the SDK to initialize.
143-
- The license "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" used in this sample is an online license good for 24 hours and requires network connection to work. To test the SDK further, you can request a 30-day trial license via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&architecture=dcv&product=ddn&package=js).
143+
- The license "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" used in this sample is an online license good for 24 hours and requires network connection to work. To test the SDK further, you can request a 30-day trial license via the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&architecture=dcv&product=ddn&package=js" target="_blank">Request a Trial License</a> link.
144144

145145
<!-- You can also just test it at [https://jsfiddle.net/DynamsoftTeam/]()-->
146146

programming/javascript/user-guide/index-v2.0.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Please note:
140140

141141
- Although the page should work properly when opened directly as a file ("file:///"), it's recommended that you deploy it to a web server and access it via HTTPS.
142142
- On first use, you need to wait a few seconds for the SDK to initialize.
143-
- The license "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" used in this sample is an online license good for 24 hours and requires network connection to work. To test the SDK further, you can request a 30-day trial license via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&architecture=dcv&product=ddn&package=js).
143+
- The license "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" used in this sample is an online license good for 24 hours and requires network connection to work. To test the SDK further, you can request a 30-day trial license via the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&architecture=dcv&product=ddn&package=js" target="_blank">Request a Trial License</a> link.
144144

145145
If the test doesn't go as expected, you can [contact us](https://www.dynamsoft.com/company/customer-service/#contact).
146146

programming/javascript/user-guide/index-v2.0.21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Please note:
139139

140140
- Although the page should work properly when opened directly as a file ("file:///"), it's recommended that you deploy it to a web server and access it via HTTPS.
141141
- On first use, you need to wait a few seconds for the SDK to initialize.
142-
- The license "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" used in this sample is an online license good for 24 hours and requires network connection to work. To test the SDK further, you can request a 30-day trial license via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&architecture=dcv&product=ddn&package=js).
142+
- The license "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" used in this sample is an online license good for 24 hours and requires network connection to work. To test the SDK further, you can request a 30-day trial license via the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&architecture=dcv&product=ddn&package=js" target="_blank">Request a Trial License</a> link.
143143

144144
If the test doesn't go as expected, you can [contact us](https://www.dynamsoft.com/company/customer-service/#contact).
145145

0 commit comments

Comments
 (0)