Skip to content

Commit a871116

Browse files
authored
Merge pull request #160 from RachyJ/patch-10
Update index.md
2 parents 860956a + d84c231 commit a871116

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

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.

0 commit comments

Comments
 (0)