Skip to content

Commit 7b8e127

Browse files
Merge pull request #986 from dynamsoft-docs/preview
sync from preview
2 parents a38d73c + 1a4fcac commit 7b8e127

5 files changed

Lines changed: 22 additions & 7 deletions

File tree

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
## Dynamic Web TWAIN Documentation
22

3-
This project is to store DWT documentation.
3+
This project is to store [Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/overview/)'s documentation. The main official documentation website is hosted at <https://www.dynamsoft.com/web-twain/docs/introduction/index.html>.
4+
5+
### Local Development
6+
7+
1. Download the docs template repo and the Web TWAIN docs repo with [download-dwt.sh](https://github.com/tony-xlh/misc/raw/refs/heads/main/build-docs/download-dwt.sh).
8+
2. Install Ruby and Jekyll.
9+
3. Go to the docs' folder and install dependencies.
10+
11+
```bash
12+
bundle install
13+
```
14+
15+
4. Serve the site.
16+
17+
```bash
18+
bundle exec jekyll serve -P 5555 --trace --host=0.0.0.0
19+
```
20+
21+
### License
22+
23+
All documentation is available under the terms of [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/).
424

5-
Set up with
625

7-
https://docs.github.com/en/enterprise/2.14/user/articles/setting-up-your-github-pages-site-locally-with-jekyll

_articles/core-concepts/scanner.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,12 @@ There are also scanners designed for specific use cases.
5151

5252
Check scanners are equipped with a Magnetic Ink Character Recognition (MICR) unit, which reads the magnetic ink characters printed on checks.
5353

54-
![Epson TM-S1000](/assets/imgs/core-concepts/A41A266001_Scanners_Epson%20TM-S1000_PT.png)
55-
5654
With Dynamic Web TWAIN, you can not only retrieve the scanned image but also obtain the MICR data from the check.
5755

5856
### Scanners with Imprinter / Endorser
5957

6058
Many production scanners can be integrated with a printer or endorser module. This allows them to print text or barcodes directly onto the scanned documents during the scanning process, which is useful for document routing or post-scan sorting.
6159

62-
![fi-7160](/assets/imgs/core-concepts/FI-7160.2.jpg)
63-
6460
## Connectivity
6561

6662
Most modern scanners use USB for connection, while older models may use SCSI or a parallel port. Network connectivity (Wi-Fi or Ethernet) is also common, especially in office environments.

_articles/faq/chromium-142-local-network-access-issue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: default-layout
33
noTitleIndex: true
44
needAutoGenerateSidebar: true
5+
needGenerateH3Content: true
56
title: Error message - Permission was denied for this request to access the unknown address space
67
keywords: Dynamic Web TWAIN, Error Troubleshooting, CORS, unknown address space, Chromium, 142
78
breadcrumbText: Error message - Permission was denied for this request to access the unknown address space
Binary file not shown.
-15.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)