From 1b8e40407db11a1a25bada25564e1d9d3be6c6db Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 2 Apr 2025 13:30:14 +0800 Subject: [PATCH] update to internal commit ec0f4b7a --- .../dynamsoft-service-configuration.md | 2 +- articles/extended-usage/index.md | 1 + articles/general-usage/server-deployment.md | 2 -- articles/hello-world/editing.md | 8 ++++---- articles/hello-world/uploading.md | 4 ++-- faq/image-viewer-object-defined.md | 2 +- info/api/WebTwain_Buffer.md | 2 +- info/api/WebTwain_Edit.md | 2 +- info/api/WebTwain_IO.md | 2 +- info/api/WebTwain_Util.md | 2 +- info/api/interfaces.md | 5 ++++- info/schedule/Stable.md | 13 +++++++------ 12 files changed, 24 insertions(+), 21 deletions(-) diff --git a/articles/extended-usage/dynamsoft-service-configuration.md b/articles/extended-usage/dynamsoft-service-configuration.md index 725573b6..b984a066 100644 --- a/articles/extended-usage/dynamsoft-service-configuration.md +++ b/articles/extended-usage/dynamsoft-service-configuration.md @@ -63,7 +63,7 @@ When a request comes from a different origin, a CORS error message will be displ On a desktop, when a new user accesses a web page using Dynamic Web TWAIN SDK for the first time, he will be prompted to install the Dynamic Web TWAIN Service. This is a built-in behaviour of the library. The prompt will display the download link. Once the installer is downloaded, the installation process will take just a few seconds. -The prompt comes up when you try to [create a WebTwain instance]({{site.indepth}}features/initialize.html#creating-the-webtwain-instance) in Service mode. +The prompt comes up when you try to [create a WebTwain instance]({{site.extended-usage}}advanced-initialization.html#instantiating-webtwain-without-onwebtwainready) in Service mode. ![Initialization]({{site.assets}}imgs/Initialization-1.png) diff --git a/articles/extended-usage/index.md b/articles/extended-usage/index.md index b08dfae7..0ae5b932 100644 --- a/articles/extended-usage/index.md +++ b/articles/extended-usage/index.md @@ -16,6 +16,7 @@ This set of guides builds on the fundamental features covered in the standard us ## Table of Contents - [Advanced DWT Initialization]({{site.extended-usage}}advanced-initialization.html) +- [Loading Documents from Files]({{site.extended-usage}}file-import.html) - [Configuring System Messages]({{site.extended-usage}}system-message-configuration.html) - [Set Up the Dynamic Web TWAIN Service]({{site.extended-usage}}dynamsoft-service-configuration.html) - [UI Customization]({{site.extended-usage}}ui-customization.html) diff --git a/articles/general-usage/server-deployment.md b/articles/general-usage/server-deployment.md index 7151a783..fac0994e 100644 --- a/articles/general-usage/server-deployment.md +++ b/articles/general-usage/server-deployment.md @@ -63,8 +63,6 @@ If you wish to use an absolute path to include the library, this is supported. ``` -> Note: If you want to use the [Camera module]({{site.indepth}}features/Input.html#use-mediadevices-cameras), please make sure the absolute path stays in the same domain to avoid cross-origin issues. - #### Change ResourcePath using a relative path If you do not wish to use an absolute path, you can [change the reference path]({{site.faq}}change-reference-path.html) to a relative path. diff --git a/articles/hello-world/editing.md b/articles/hello-world/editing.md index 834fdb39..519cb24e 100644 --- a/articles/hello-world/editing.md +++ b/articles/hello-world/editing.md @@ -212,9 +212,9 @@ If you would like to review any of the previous steps, you can review: -- [Scanning an image]({{site.getstarted}}scanning.html) -- [Uploading images to the server]({{site.getstarted}}uploading.html) -- [Setting scan parameters]({{site.getstarted}}scansettings.html) +- [Scanning an image]({{site.hello-world}}scanning.html) +- [Uploading images to the server]({{site.hello-world}}uploading.html) +- [Setting scan parameters]({{site.hello-world}}scan-settings.html) # Next Article @@ -223,6 +223,6 @@ Now that you had a chance to look at what DWT can do, you can learn about how to diff --git a/articles/hello-world/uploading.md b/articles/hello-world/uploading.md index e3f70a85..8a5c89e7 100644 --- a/articles/hello-world/uploading.md +++ b/articles/hello-world/uploading.md @@ -169,11 +169,11 @@ Once an image has been acquired, click the upload button.You should receive the -You can review scanning an image with DWT [here]({{site.getstarted}}scanning.html). +You can review scanning an image with DWT [here]({{site.hello-world}}scanning.html). # Next Article -Now that HelloWorld can both scan and upload images, the next step is [specifying scan parameters]({{site.getstarted}}scansettings.html) to control image scanning methods directly through the API. +Now that HelloWorld can both scan and upload images, the next step is [specifying scan parameters]({{site.hello-world}}scan-settings.html) to control image scanning methods directly through the API.