Skip to content

Commit ec21dea

Browse files
authored
Merge pull request #886 from dynamsoft-docs/preview
Preview
2 parents 31de8a2 + 6737a50 commit ec21dea

File tree

4 files changed

+33
-66
lines changed

4 files changed

+33
-66
lines changed

articles/general-usage/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Here we present a comprehensive guide on how to develop a web application with s
2121
## Table of Contents
2222

2323
- [Loading Library Resources]({{site.general-usage}}resource-loading.html)
24-
- [License]({{site.general-usage}}initialization.html)
25-
- [Initializing DWT]({{site.general-usage}}license.html)
26-
- [Importing Images]({{site.general-usage}}image-import/index.html)
24+
- [License]({{site.general-usage}}license.html)
25+
- [Initializing DWT]({{site.general-usage}}initialization.html)
26+
- [Acquiring Images from Scanners]({{site.general-usage}}scanner-image-acquisition.html)
2727
- [Configuring the Viewer]({{site.general-usage}}viewer-configuration.html)
2828
- [Processing Images]({{site.general-usage}}image-processing/index.html)
2929
- [Exporting Images]({{site.general-usage}}image-export/index.html)

info/api/restful.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Update specified server settings. Some settings require administrator privileges
120120

121121
| Name | Location | Type | Required | Restrictions | Description |
122122
| -------- | -------- | ------------- | -------- | ----------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
123-
|body|body|[`ServerSettingsInput`](#serversettingsinput)| no |none|
123+
|logLevel|body|[`ServerSettingsInput`](#serversettingsinput)| no |none|
124124

125125
#### Request Example
126126

@@ -2172,8 +2172,6 @@ We also return websocket protocol info. but not list.
21722172

21732173
```
21742174

2175-
page info
2176-
21772175
#### Attributes
21782176

21792177
|Name|Type|Required|Restrictions|Description|
@@ -2194,8 +2192,6 @@ page info
21942192

21952193
```
21962194

2197-
document info
2198-
21992195
#### Attributes
22002196

22012197
|Name|Type|Required|Restrictions|Description|

info/schedule/Addon.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permalink: /info/schedule/Addon.html
1515

1616
| Version | Service | Core | PDFR | Barcode | Camera/Webcam | OCRB | OCRPro| Uploader |
1717
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
18+
| v19.0| 1.9.0.318 | 19.0.0.0318 | 12.0.0.0318 | 9.6.40.220 | N/A /15.0.0.0625 | N/A | N/A | 1.9.0.0318 |
1819
| v18.5.1| 1.8.5.828 | 18.5.1.0828 | 11.5.3.0828 | 9.6.40.220 | N/A /15.0.0.0625 | N/A | N/A | 1.8.5.0828 |
1920
| v18.5| 1.8.5.312 | 18.5.0.0312 | 11.5.2.0312 | 9.6.40.220 | N/A /15.0.0.0625 | N/A | N/A | 1.8.5.0312 |
2021
| v18.4.2| 1.8.4.1110 | 18.4.2.1110 | 11.5.1.0926 | 9.6.20.307 | N/A /15.0.0.0625 | N/A | N/A | 1.8.4.0926 |

web.config

Lines changed: 28 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,7 @@
6666
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/" appendQueryString="false" logRewrittenUrl="false" />
6767
</rule>
6868

69-
<rule name="Redirect scanning guide https://www.dynamsoft.com/web-twain/docs/general-usage/scanner-image-acquisition.html" enabled="true" patternSyntax="ECMAScript">
70-
<match url="general-usage/scanner-image-acquisition.html" ignoreCase="true" negate="false" />
71-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
72-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/scanner-image-acquisition.html" appendQueryString="false" logRewrittenUrl="false" />
73-
</rule>
74-
75-
<rule name="Redirect file import guide https://www.dynamsoft.com/web-twain/docs/general-usage/scanner-image-acquisition.html" enabled="true" patternSyntax="ECMAScript">
69+
<rule name="Redirect file import guide https://www.dynamsoft.com/web-twain/docs/extended-usage/file-import.html" enabled="true" patternSyntax="ECMAScript">
7670
<match url="general-usage/file-import.html" ignoreCase="true" negate="false" />
7771
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
7872
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/file-import.html" appendQueryString="false" logRewrittenUrl="false" />
@@ -96,12 +90,6 @@
9690
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/dynamsoft-service-configuration.html" appendQueryString="false" logRewrittenUrl="false" />
9791
</rule>
9892

99-
<rule name="Redirect extended usage guide https://www.dynamsoft.com/web-twain/docs/extended-usage/index.html" enabled="true" patternSyntax="ECMAScript">
100-
<match url="indepth/features/" ignoreCase="true" negate="false" />
101-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
102-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
103-
</rule>
104-
10593
<rule name="Redirect PDF compression guide https://www.dynamsoft.com/web-twain/docs/extended-usage/pdf-compression.html" enabled="true" patternSyntax="ECMAScript">
10694
<match url="indepth/features/pdfc.html" ignoreCase="true" negate="false" />
10795
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
@@ -114,54 +102,24 @@
114102
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/pdf-processing.html" appendQueryString="false" logRewrittenUrl="false" />
115103
</rule>
116104

117-
<rule name="Redirect system message configuration guide https://www.dynamsoft.com/web-twain/docs/extended-usage/system-message-configuration.html" enabled="true" patternSyntax="ECMAScript">
118-
<match url="indepth/features/ui.html" ignoreCase="true" negate="false" />
119-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
120-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/system-message-configuration.html" appendQueryString="false" logRewrittenUrl="false" />
121-
</rule>
122-
123105
<rule name="Redirect UI customization guide https://www.dynamsoft.com/web-twain/docs/extended-usage/ui-customization.html" enabled="true" patternSyntax="ECMAScript">
124106
<match url="indepth/features/ui.html" ignoreCase="true" negate="false" />
125107
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
126108
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/ui-customization.html" appendQueryString="false" logRewrittenUrl="false" />
127109
</rule>
128110

129-
<rule name="Redirect general usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/index.html" enabled="true" patternSyntax="ECMAScript">
130-
<match url="getstarted/" ignoreCase="true" negate="false" />
131-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
132-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
133-
</rule>
134-
135111
<rule name="Redirect general initialization guide https://www.dynamsoft.com/web-twain/docs/general-usage/initialization.html" enabled="true" patternSyntax="ECMAScript">
136112
<match url="indepth/features/initialize.html" ignoreCase="true" negate="false" />
137113
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
138114
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/initialization.html" appendQueryString="false" logRewrittenUrl="false" />
139115
</rule>
140116

141-
<rule name="Redirect license key usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/license.html" enabled="true" patternSyntax="ECMAScript">
142-
<match url="about/license.html" ignoreCase="true" negate="false" />
143-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
144-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/license.html" appendQueryString="false" logRewrittenUrl="false" />
145-
</rule>
146-
147117
<rule name="Redirect general scanning guide https://www.dynamsoft.com/web-twain/docs/general-usage/scanner-image-acquisition.html" enabled="true" patternSyntax="ECMAScript">
148118
<match url="indepth/features/input.html" ignoreCase="true" negate="false" />
149119
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
150120
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/scanner-image-acquisition.html" appendQueryString="false" logRewrittenUrl="false" />
151121
</rule>
152122

153-
<rule name="Redirect server deployment guide https://www.dynamsoft.com/web-twain/docs/general-usage/server-deployment.html" enabled="true" patternSyntax="ECMAScript">
154-
<match url="indepth/deployment/server.html" ignoreCase="true" negate="false" />
155-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
156-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/server-deployment.html" appendQueryString="false" logRewrittenUrl="false" />
157-
</rule>
158-
159-
<rule name="Redirect server-side scripting guide https://www.dynamsoft.com/web-twain/docs/general-usage/server-side-scripting.html" enabled="true" patternSyntax="ECMAScript">
160-
<match url="indepth/development/Server-script.html" ignoreCase="true" negate="false" />
161-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
162-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/server-side-scripting.html" appendQueryString="false" logRewrittenUrl="false" />
163-
</rule>
164-
165123
<rule name="Redirect viewer configuration guide https://www.dynamsoft.com/web-twain/docs/general-usage/viewer-configuration.html" enabled="true" patternSyntax="ECMAScript">
166124
<match url="indepth/features/viewer.html" ignoreCase="true" negate="false" />
167125
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
@@ -174,18 +132,6 @@
174132
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-export/index.html" appendQueryString="false" logRewrittenUrl="false" />
175133
</rule>
176134

177-
<rule name="Redirect local image export guide https://www.dynamsoft.com/web-twain/docs/general-usage/image-export/local-export.html" enabled="true" patternSyntax="ECMAScript">
178-
<match url="indepth/features/output.html#save" ignoreCase="true" negate="false" />
179-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
180-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-export/local-export.html" appendQueryString="false" logRewrittenUrl="false" />
181-
</rule>
182-
183-
<rule name="Redirect general server upload guide https://www.dynamsoft.com/web-twain/docs/general-usage/image-export/server-upload.html" enabled="true" patternSyntax="ECMAScript">
184-
<match url="indepth/features/output.html" ignoreCase="true" negate="false" />
185-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
186-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-export/server-upload.html" appendQueryString="false" logRewrittenUrl="false" />
187-
</rule>
188-
189135
<rule name="Redirect buffer management guide https://www.dynamsoft.com/web-twain/docs/general-usage/image-processing/buffer-management.html" enabled="true" patternSyntax="ECMAScript">
190136
<match url="indepth/features/buffer.html" ignoreCase="true" negate="false" />
191137
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
@@ -198,10 +144,34 @@
198144
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-processing/image-editing.html" appendQueryString="false" logRewrittenUrl="false" />
199145
</rule>
200146

201-
<rule name="Redirect general image processing guide https://www.dynamsoft.com/web-twain/docs/general-usage/image-processing/index.html" enabled="true" patternSyntax="ECMAScript">
202-
<match url="indepth/features/edit.html" ignoreCase="true" negate="false" />
147+
<rule name="Redirect extended usage guide https://www.dynamsoft.com/web-twain/docs/extended-usage/index.html" enabled="true" patternSyntax="ECMAScript">
148+
<match url="indepth/features/" ignoreCase="true" negate="false" />
149+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
150+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
151+
</rule>
152+
153+
<rule name="Redirect general usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/index.html" enabled="true" patternSyntax="ECMAScript">
154+
<match url="getstarted/" ignoreCase="true" negate="false" />
155+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
156+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
157+
</rule>
158+
159+
<rule name="Redirect license key usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/license.html" enabled="true" patternSyntax="ECMAScript">
160+
<match url="about/license.html" ignoreCase="true" negate="false" />
161+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
162+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/license.html" appendQueryString="false" logRewrittenUrl="false" />
163+
</rule>
164+
165+
<rule name="Redirect server deployment guide https://www.dynamsoft.com/web-twain/docs/general-usage/server-deployment.html" enabled="true" patternSyntax="ECMAScript">
166+
<match url="indepth/deployment/server.html" ignoreCase="true" negate="false" />
203167
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
204-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-processing/index.html" appendQueryString="false" logRewrittenUrl="false" />
168+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/server-deployment.html" appendQueryString="false" logRewrittenUrl="false" />
169+
</rule>
170+
171+
<rule name="Redirect server-side scripting guide https://www.dynamsoft.com/web-twain/docs/general-usage/server-side-scripting.html" enabled="true" patternSyntax="ECMAScript">
172+
<match url="indepth/development/Server-script.html" ignoreCase="true" negate="false" />
173+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
174+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/server-side-scripting.html" appendQueryString="false" logRewrittenUrl="false" />
205175
</rule>
206176

207177
<rule name="Redirect hello world editing guide https://www.dynamsoft.com/web-twain/docs/hello-world/editing.html" enabled="true" patternSyntax="ECMAScript">

0 commit comments

Comments
 (0)