Skip to content

Commit 7bb007b

Browse files
authored
Merge branch 'dynamsoft-docs:master' into master
2 parents eb0abde + 1e2f63a commit 7bb007b

File tree

4 files changed

+16
-66
lines changed

4 files changed

+16
-66
lines changed

about/getsupport.md

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -10,54 +10,4 @@ description: Dynamic Web TWAIN SDK Documentation Support Page
1010

1111
# How to get support
1212

13-
If you encounter any issues or have any suggestions while using the library, please don't hesitate to contact us. Feel free to contact us through one of the following methods
14-
## Email
15-
16-
+ [Tech](mailto:support@dynamsoft.com)
17-
+ [Sales](mailto:sales@dynamsoft.com)
18-
19-
## Phone
20-
21-
+ 1-877-605-5491 (Toll-Free)
22-
+ 1-604-605-5491
23-
24-
## [Leave a message](https://www.dynamsoft.com/Company/Contact.aspx)
25-
26-
## Live Chat
27-
28-
[![Live Help][image]][hyperlink]
29-
30-
[hyperlink]: javascript:$('#comm100-float-button-2').click();
31-
[image]: {{site.assets}}imgs/livechat.jpg
32-
33-
<!--Begin Comm100 Live Chat Code-->
34-
<div style="background-repeat: no-repeat; background-position: 0px 0px; margin:0; padding:0px 0px 0px 0px; ">
35-
<div id="comm100-button-5000110"></div>
36-
<script type="text/javascript">
37-
var Comm100API = Comm100API || new Object;
38-
Comm100API.chat_buttons = Comm100API.chat_buttons || [];
39-
var comm100_chatButton = new Object;
40-
comm100_chatButton.code_plan = 5000110;
41-
comm100_chatButton.div_id = 'comm100-button-5000110';
42-
Comm100API.chat_buttons.push(comm100_chatButton);
43-
Comm100API.site_id = 10008;
44-
Comm100API.main_code_plan = 5000110;
45-
var comm100_lc = document.createElement('script');
46-
comm100_lc.type = 'text/javascript';
47-
comm100_lc.async = true;
48-
comm100_lc.src = 'https://support.dynamsoft.com/LiveChatServer/livechat.ashx?siteId=' + Comm100API.site_id;
49-
var comm100_s = document.getElementsByTagName('script')[0];
50-
comm100_s.parentNode.insertBefore(comm100_lc, comm100_s);
51-
setTimeout(function() {
52-
if (!Comm100API.loaded) {
53-
var lc = document.createElement('script');
54-
lc.type = 'text/javascript';
55-
lc.async = true;
56-
lc.src = 'https://support.dynamsoft.com/LiveChatServer/livechat.ashx?siteId=' + Comm100API.site_id;
57-
var s = document.getElementsByTagName('script')[0];
58-
s.parentNode.insertBefore(lc, s);
59-
}
60-
}, 5000)
61-
</script>
62-
</div>
63-
<!--End Comm100 Live Chat Code-->
13+
If you encounter any issues or have any suggestions while using the library, please don't hesitate to contact us. Feel free to [contact us](https://www.dynamsoft.com/company/contact/).

about/index.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ For more info, please check out <a href="{{site.info}}schedule/stable.html" targ
2626

2727
DWT makes the following tasks easy
2828

29-
* Scanning documents from scanners [>>Read More<<]({{site.indepth}}features/input.html#scan)
30-
* Taking pictures from cameras [>>Read More<<]({{site.indepth}}features/input.html#capture)
31-
* Loading or downloading existing documents [>>Read More<<]({{site.indepth}}features/input.html#load)
32-
* Editing images [>>Read More<<]({{site.indepth}}features/edit.html)
33-
* Saving documents locally [>>Read More<<]({{site.indepth}}features/output.html#save)
34-
* Uploading documents to the server [>>Read More<<]({{site.indepth}}features/output.html#upload)
35-
* Reading barcodes [>>Read More<<]({{site.indepth}}features/barcode.html)
36-
* OCR [>>Read More<<]({{site.indepth}}features/ocr.html)
29+
* [Scanning documents from scanners]({{site.indepth}}features/input.html#scan)
30+
* [Taking pictures from cameras]({{site.indepth}}features/input.html#capture)
31+
* [Loading or downloading existing documents]({{site.indepth}}features/input.html#load)
32+
* [Editing images]({{site.indepth}}features/edit.html)
33+
* [Saving documents locally]({{site.indepth}}features/output.html#save)
34+
* [Uploading documents to the server]({{site.indepth}}features/output.html#upload)
35+
* [Reading barcodes]({{site.indepth}}features/barcode.html)
36+
* [OCR]({{site.indepth}}features/ocr.html)
3737

3838
## Highlights
3939

@@ -49,7 +49,7 @@ Paper document digitalization is a common requirement in many industries, especi
4949

5050
Dynamic Web TWAIN SDK supports scanning thousands of pages of document at a time! It even provides the ability to handle document uploading in the background without having to keep browsers open.
5151

52-
### Build a Working Project in an hour!
52+
### Build a Working Project in an Hour!
5353

5454
Easy integration with JavaScript frameworks (Angular, React, Vue, etc.) and 60+ sample projects are available to help all developers quickly create a customized project for proof-of-concept purpose.
5555

@@ -68,8 +68,10 @@ To ensure your data is safe, Dynamic Web TWAIN offers advanced security features
6868
* HTTPs uploading and downloading
6969
* Domain binding
7070

71+
Learn more about [Dynamic Web TWAIN Security Features](https://www.dynamsoft.com/Products/Dynamic-Web-TWAIN-Security-Features.pdf)
72+
7173
## Assumptions
7274

73-
These docs are meant for developers who are already familiar with <a href="https://developer.mozilla.org/docs/Learn/HTML/Introduction_to_HTML" target="_blank">HTML</a>, <a href="https://developer.mozilla.org/docs/Learn/CSS/First_steps" target="_blank">CSS</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript" target="_blank">JavaScript</a>, and some related ideas, tools, etc.
75+
These docs are meant for developers who are already familiar with HTML, CSS, JavaScript, and some related ideas, tools, etc.
7476

7577
To try the samples or code snippets mentioned in the docs, you will need to have an IDE. If you are looking for one, Dynamsoft recommends <a href="https://code.visualstudio.com/" target="_blank">Visual Studio Code</a> by Microsoft.

about/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Dynamic Web TWAIN SDK Documentation License Page
1212

1313
## How do I get a trial License
1414

15-
Please visit our <a href="https://www.dynamsoft.com/customer/license/trialLicense" target="_blank">customer portal</a> to request for a trial license.
15+
Please visit our <a href="https://www.dynamsoft.com/customer/license/trialLicense?ver=latest&product=dwt" target="_blank">customer portal</a> to request for a trial license.
1616

1717
## Full licenses
1818

indepth/development/angular.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,8 @@ ng serve -o
129129

130130
> If you have installed `DWT` and have configured a valid `ProductKey` . You will have a working page to scan documents from your scanner now. Otherwise, you should see instructions on the page that guide you to install the library. [More info>>]({{site.indepth}}features/initialize.html#installation-of-the-dynamsoft-service).
131131
132-
## Official Samples
132+
## Official Sample
133133

134-
Check out the following two sample projects:
135-
136-
* [dwt-angular-simple](https://github.com/dynamsoft-dwt/dwt-angular-simple)
134+
Check out the following sample project:
137135

138136
* [dwt-angular-advanced](https://github.com/dynamsoft-dwt/dwt-angular-advanced)

0 commit comments

Comments
 (0)