Skip to content

Commit 09d1d86

Browse files
authored
Merge pull request #708 from ztyyLV/Jackson-branch
Jackson branch
2 parents 8bf9e07 + 8daa4cf commit 09d1d86

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

faq/failed-to-load-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In the case that you have used our expired certificate - local.dynamsoft.com, yo
3737

3838
- **High Level Security Requirement (<font color=red>Please note: you need to replace the certificate annually due to expiration</font>)**
3939

40-
1. (**<u>Recommended</u>**) Revert back to the self-signed certificate for "127.0.0.1". Dynamsoft understands the importance of information security and are committed to remaining one of the most security-compliant companies in the industry. Starting from April 9,2021, Dynamsoft becomes ISO 27001 certified. Although a self-sign certificate is being used all connections are limited to the device itself (127.0.0.1) which ensures security in most cases.
40+
1. (**<u>Recommended</u>**) Revert back to the self-signed certificate for "127.0.0.1". Dynamsoft understands the importance of [information security](https://www.dynamsoft.com/Products/Dynamsoft_Security_Whitepaper.pdf) and are committed to remaining one of the most security-compliant companies in the industry. Starting from April 9,2021, Dynamsoft becomes ISO 27001 certified. Although a self-sign certificate is being used all connections are limited to the device itself (127.0.0.1) which ensures security in most cases.
4141

4242
2. If you have to use "local.dynamsoft.com", the following methods can be taken:
4343
- Method 1 (**<u>Recommended</u>**). Take advantage of the new feature -- **Remote Scan** which released in v18.0. With Remote Scan, you can limit the number of Dynamsoft Service Installations to a minimum. For more details, please refer to [What is Remote Scan](https://www.dynamsoft.com/remote-scan/docs/introduction/).

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

faq/iso-27001-compliant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ permalink: /faq/iso-27001-compliant.html
1515

1616
Yes, since April 9, 2021, Dynamsoft has successfully passed the audit and become ISO 27001 certified.
1717

18-
We understand the importance of information security and are committed to remaining one of the most security-compliant companies in the industry.
18+
We understand the importance of [information security](https://www.dynamsoft.com/Products/Dynamsoft_Security_Whitepaper.pdf) and are committed to remaining one of the most security-compliant companies in the industry.
1919

2020
For more information, please check out our blog: <a href="https://www.dynamsoft.com/blog/general/dynamsoft-is-now-iso-27001-certified/" target="_blank">Dynamsoft is now ISO 27001 certified! - Dynamsoft Blog</a>

getstarted/vue3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function openImage() {
149149
:value="index"
150150
:key="index"
151151
>
152-
{{ source.displayName }}
152+
{% raw %}{{ source.displayName }}{% endraw %}
153153
</option>
154154
</select>
155155
<button @click="acquireImage()">Acquire Images</button>

0 commit comments

Comments
 (0)