Skip to content

Commit 4815ce6

Browse files
committed
Merge remote-tracking branch 'upstream/master' into Jackson-branch
2 parents e62677f + c9f6505 commit 4815ce6

File tree

6 files changed

+15
-17
lines changed

6 files changed

+15
-17
lines changed

faq/admin-right-needed-to-install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-in
1414

1515
# Are admin rights required to install the end-user component?
1616

17-
Yes, the Dynamsoft Service installer is a `.msi` file which requires administrator rights. If your organization does not allow end users to have admin rights, you can contact [Dynamsoft Support]({{site.about}}getsupport.html) to get a special "Personal Installer" that does not require admin rights.
17+
Yes, the Dynamsoft Service installer is a `.msi` file which requires administrator rights to install as the install target is `C:\Windows\SysWOW64\`. Once the Dynamsoft Service is installed with admin rights, every user on that machine can has access to the Dynamsoft Service.
1818

19-
> NOTE
20-
>
21-
> Once the Dynamsoft Service is installed with admin rights, every user on that machine can use it. On the other hand, if it is installed with a "Personal Installer", only that specific user can use it.
19+
If your organization does not allow end users to have admin rights, you can contact [Dynamsoft Support]({{site.about}}getsupport.html) to get a special "Personal Installer" that does not require admin rights.
20+
21+
The "Personal Installer", will install to the user's `C:\Users\{UserName}\AppData\Roaming\` folder. Please be aware that only one user per machine is able to have the service installed via this method. The service cannot be installed to multiple user profiles, and only the user that installs the Services in this manner will have access to the Dynamsoft Service.

faq/hipaa-compliant.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ permalink: /faq/hipaa-compliant.html
1313

1414
## Is the Dynamic Web TWAIN SDK HIPAA compliant?
1515

16-
If you are a healthcare provider who is looking to integrate the Dynamic Web TWAIN SDK to your healthcare solution, you may wonder if integrating our SDK would have any impact on your existing HIPAA compliance. The short answer is NO.
17-
18-
With Dynamic Web TWAIN SDK technologies, all data processing can be done within the client-side devices by using an offline license of the SDK, ensuring full compliance with any data protection laws. In other word, the HIPAA compliance of your healthcare solution won't change by integrating our SDK. You can contact <a href="mailto:sales@dynamsoft.com" target="_blank">sales@dynamsoft.com</a> for an offline license.
16+
Yes. With Dynamic Web TWAIN SDK technologies, all data processing can be done within the client-side devices by using an offline license of the SDK, ensuring full compliance with any data protection laws. In other words, the HIPAA compliance of your healthcare solution won't change by integrating our SDK. You can contact <a href="mailto:sales@dynamsoft.com" target="_blank">sales@dynamsoft.com</a> for an offline license.
1917

2018
Dynamsoft is ISO 27001 Certified and our SDK provides strong security features and is trusted by many companies in the Healthcare industry. Please check out our <a href="https://www.dynamsoft.com/company/customers/?type=&product=Dynamic%20Web%20TWAIN&industry=Healthcare" target="_blank">customer stories and testimonies</a>.
2119

indepth/features/OCR.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ description: Dynamic Web TWAIN SDK Documentation OCR Page
88
permalink: /indepth/features/OCR.html
99
---
1010

11-
# OCR
11+
# OCR (Retired)
12+
> This page is only provided as a reference for clients with existing Dynamsoft OCR licences. New OCR licences are not available as Dynamsoft has ended the development of OCR modules.
1213
13-
Dynamsoft offers two OCR engines that can be used as addons for `Dynamic Web TWAIN` : OCR Basic ( `OCRB` for short) and OCR Professional ( `OCRPro` for short).
14+
Dynamsoft offers two OCR engines that can be used as add-ons for `Dynamic Web TWAIN` : OCR Basic ( `OCRB` for short) and OCR Professional ( `OCRPro` for short).
1415

1516
`OCRB` is developed on top of the open source [Tesseract engine](https://github.com/tesseract-ocr/tesseract). `OCRPro` on the other hand was developed on top of Kofax's proprietary OCR engine.
1617

info/api/WebTwain_Buffer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ RemoveTag(tagName: string, indices?: number[]):boolean
190190

191191
**Parameters**
192192

193-
`tagName`: Specify the new tag name.
193+
`tagName`: Specify the tag to be removed.
194194

195195
`indices`: Specify the index.
196196

@@ -220,7 +220,7 @@ RemoveTag(tagName: string, indices?: number[]):boolean
220220

221221
**Usage Notes**
222222

223-
If the index is null, it will remove the tag you specified. If the index is not null, it will remove the specified tag on the image you selected.
223+
If the index is not specified, the tag will be removed from _all images_. If the index is specified, the tag will be removed from the specified image(s).
224224

225225
---
226226

info/schedule/Stable.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ See the <a href="https://demo.dynamsoft.com/web-twain/mobile-online-camera-scann
413413

414414
* Made the viewer more independent and robust. Related APIs are redesigned.
415415
+ Added a new global property [`Dynamsoft.WebTwainEnv.UseDefaultViewer`]({{site.info}}api/Dynamsoft_WebTwainEnv.html#usedefaultviewer) to control whether the built-in viewer is used.
416-
+ Check out the [Viewer related API changes in version 16.2]({{site.info}}api/appendix.html#viewer-related-api-changes-in-version-162).
417416

418417
* Scanning remotely now supports showing the Manufacturer's User Interface.
419418
+ Only when the remote machine is Windows.

info/schedule/deprecated.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ The recommended fix is to patch the operating system, you can find the patch [he
8484

8585
| v17.0 | v16.2- |
8686
|:-|:-|
87-
| [ `Viewer.autoChangeIndex` ]({{site.info}}api/Addon_Viewer.html#autoChangeIndex) | `Viewer.topPageChanged()` |
87+
| [ `Viewer.autoChangeIndex` ]({{site.info}}api/WebTwain_Viewer.html#autochangeindex) | `Viewer.topPageChanged()` |
8888

8989
* The following APIs are new in v17.0
9090
+ [ `RemoveTag` ]({{site.info}}api/WebTwain_Buffer.html#removetag)
9191
+ [ `GetTagList` ]({{site.info}}api/WebTwain_Buffer.html#gettaglist)
92-
+ [ `DWT.licenseServer` ]({{site.info}}api/WebTwain_License.html#licenseServer)
93-
+ [ `DWT.handshakeCode` ]({{site.info}}api/WebTwain_License.html#handshakeCode)
94-
+ [ `DWT.sessionPassword` ]({{site.info}}api/WebTwain_License.html#sessionPassword)
95-
+ [ `DWT.licenseException` ]({{site.info}}api/WebTwain_License.html#licenseException)
92+
+ `DWT.licenseServer`
93+
+ `DWT.handshakeCode`
94+
+ `DWT.sessionPassword`
95+
+ `DWT.licenseException`
9696

9797
## 16.2
9898

0 commit comments

Comments
 (0)