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: faq/failed-to-load-resource.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
@@ -23,7 +23,7 @@ By default, we use "127.0.0.1" for service connection. However, you may use our
23
23
24
24
Ref: <ahref="{{site.faq}}how-come-would-you-need-local.dynamsoft.com.html"target="_blank">In which cases would I use local.dynamsoft.com instead of 127.0.0.1?</a>
25
25
26
-
In this case, if you are trying to access an application that integrates a version of Dynamic Web TWAIN V15.3 ~ V17.2.1, you will get the error. Because the old "local.dynamsoft.com" certificate expired on <fontcolor=red>November 20th, 2021</font>.
26
+
In this case, if you are trying to access an application that integrates a version of Dynamic Web TWAIN V15.3 ~ V17.1.1, you will get the error. Because the old "local.dynamsoft.com" certificate expired on <fontcolor=red>November 20th, 2021</font>.
For more details about managing policies for your users, see refer to google's [help center article](https://support.google.com/chrome/a/answer/9037717).
59
59
60
-
3.**Deprecated by Chrome from version 108**
61
-
If you need to disable the block for an end user, there is a Chrome setting available.
60
+
3. If you need to disable the block for an end user, there is a Chrome setting available.
<spanstyle="background-color:#f9f2f4; color:#c7254e">December 15, 2022: Google has updated that the pre-flight changes will not occur sooner than Chrome version 111. Please refer to <ahref="https://chromiumdash.appspot.com/schedule"target="_blank">Google's release calendar</a> for release dates.</span>
22
-
23
21
<spanstyle="background-color:#f9f2f4; color:#c7254e">September 27, 2022: Google has stated that the pre-flight changes will not occur sooner than Chrome version 109, which according to <ahref="https://chromiumdash.appspot.com/schedule"target="_blank">Google's release calendar</a>, is scheduled for early 2023.</span>
24
22
25
23
<spanstyle="background-color:#f9f2f4; color:#c7254e">July 7, 2022: Google has updated the timeline for this preflight request feature. The experiment is scheduled again for Chrome 104 and may be released in Chrome 107 at the earliest. Please refer to Google's feature updates <ahref="https://chromestatus.com/feature/5436853517811712"target="_blank">here</a>.</span>
Copy file name to clipboardExpand all lines: getstarted/service.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
@@ -25,7 +25,7 @@ These ports can be configured in the `DSConfiguration.ini` file located in:
25
25
26
26
## Installation of Dynamsoft Service
27
27
28
-
On a desktop, when a new user accesses a web page using Dynamic Web TWAIN SDK for the first time, the user will be prompted to install the Dynamsoft 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.
28
+
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 Dynamsoft 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.
29
29
30
30
The prompt comes up when you try to [create a WebTwain instance]({{site.indepth}}features/initialize.html#creating-the-webtwain-instance) in Service mode.
Copy file name to clipboardExpand all lines: indepth/features/buffer.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,6 @@ The buffer also comes with the ability to detect if a scanned image is blank or
143
143
144
144
If you believe an image should be blank but `IsBlankImage()` or `IsBlankImageExpress()` is returning `false` , you can read [`BlankImageCurrentStdDev`]({{site.info}}api/WebTwain_Buffer.html#blankimagecurrentstddev) (a read-only property) for that image and then **set a bigger value** to [`BlankImageMaxStdDev`]({{site.info}}api/WebTwain_Buffer.html#blankimagemaxstddev) , which sets the "limit" at which the buffer considers the image blank. Then when you try again, that image will be regarded as blank.
145
145
146
-
[Go to FAQ for more details](https://www.dynamsoft.com/web-twain/docs/faq/remove-blank-page-automatically.html).
147
-
148
146
## Buffer Event Callbacks
149
147
150
148
The buffer also provides a few event callbacks that take place under specific conditions. You can use these callbacks to trigger a certain action once this event takes place. Here is an overview of the events and what each represents:
0 commit comments