You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Are admin rights required to install the end-user component?
16
16
17
-
Yes, the Dynamsoft Service installer is a `.msi` file which requires administrator rights. If your organization does not allow end users to have admin rights, you can contact [Dynamsoft Support]({{site.about}}getsupport.html) to get a special "Personal Installer" that does not require admin rights.
17
+
Yes, the Dynamsoft Service installer is a `.msi` file which requires administrator rights to install as the install target is `C:\Windows\SysWOW64\`. Once the Dynamsoft Service is installed with admin rights, every user on that machine can has access to the Dynamsoft Service.
18
18
19
-
> NOTE
20
-
>
21
-
> Once the Dynamsoft Service is installed with admin rights, every user on that machine can use it. On the other hand, if it is installed with a "Personal Installer", only that specific user can use it.
19
+
If your organization does not allow end users to have admin rights, you can contact [Dynamsoft Support]({{site.about}}getsupport.html) to get a special "Personal Installer" that does not require admin rights.
20
+
21
+
The "Personal Installer", will install to the user's `C:\Users\{UserName}\AppData\Roaming\` folder. Please be aware that only one user per machine is able to have the service installed via this method. The service cannot be installed to multiple user profiles, and only the user that installs the Services in this manner will have access to the Dynamsoft Service.
Copy file name to clipboardExpand all lines: faq/what-are-the-resources-files.md
+92-1Lines changed: 92 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,90 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
17
17
18
18
> *Resources* is the default name of the folder that contain these files. It can be changed. For example, in the <ahref="https://github.com/Dynamsoft/Dynamic-Web-TWAIN"target="_blank">DWT package</a>, it's called *dist*.
19
19
20
+
<divclass="multi-panel-switching-prefix"></div>
21
+
22
+
-[v18.1+](#18plus)
23
+
-[From v16.0 to v18.0](#18min)
24
+
25
+
<divclass="multi-panel-start"></div>
26
+
27
+
### Default files
28
+
29
+
* dynamsoft.webtwain.config.js
30
+
31
+
> This file is used to make basic configuration of the Dynamic Web TWAIN library. It's where you enter the product key for the product and to change the initial viewer size, etc.
32
+
33
+
* dynamsoft.webtwain.initiate.js
34
+
35
+
> This file is the core of the Dynamic Web TWAIN library.
36
+
37
+
* dynamsoft.webtwain.initiate_cus.js
38
+
39
+
> This file is the core of the Dynamic Web TWAIN customized library, please do not use it if there is no requirement.
40
+
41
+
* dynamsoft.webtwain.install.js
42
+
43
+
> This file is used to configure the dialogs which are shown when the Dynamic Web TWAIN library is not installed or needs to be upgraded. This file is already referenced inside the dynamsoft.webtwain.initiate.js
44
+
45
+
* Readme.txt
46
+
47
+
* addon
48
+
+ dynamsoft.upload.js
49
+
50
+
> This file contains the functionalities of the Dynamsoft Upload Module.
51
+
52
+
+ dynamsoft.webtwain.addon.pdf.js
53
+
54
+
> This file contains the functionalities of the PDF Rasterizer addon.
55
+
56
+
+ dynamsoft.webtwain.addon.webcam.js
57
+
58
+
> This file contains the functionalities of the Webcam addon.
59
+
60
+
+ dynamsoft.webtwain.addon.barcodereader.js
61
+
62
+
> This file contains the functionalities of the Barcode addon.
63
+
64
+
* dist
65
+
66
+
> Under this directory are the installers for the Dynamsoft Service which needs to be manually installed on each client machine that uses the Dynamic Web TWAIN library as a service.
67
+
68
+
- DynamsoftServiceSetup.deb
69
+
70
+
> For Linux (Debian)
71
+
72
+
- DynamsoftServiceSetup.rpm
73
+
74
+
> For Linux (Redhat)
75
+
76
+
- DynamsoftServiceSetup.msi
77
+
78
+
> For Windows
79
+
80
+
- DynamsoftServiceSetup.pkg
81
+
82
+
> For macOS
83
+
84
+
- LICENSE
85
+
86
+
* src
87
+
88
+
> These files contain the following functionalities
89
+
> - image input & output
90
+
> - image decode & encode
91
+
> - PDF read & write
92
+
> - Viewer & UI
93
+
94
+
- dynamsoft.lts.js
95
+
- dynamsoft.webtwain.activex.js
96
+
- dynamsoft.webtwain.viewer.css
97
+
- dynamsoft.webtwain.viewer.viewer.js
98
+
- dynamsoft.webtwain.viewer.js
99
+
100
+
<divclass="multi-panel-end"></div>
101
+
102
+
<divclass="multi-panel-start"></div>
103
+
20
104
### Default files
21
105
22
106
* dynamsoft.webtwain.config.js
@@ -32,6 +116,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
32
116
> This file is used to configure the dialogs which are shown when the Dynamic Web TWAIN library is not installed or needs to be upgraded. This file is already referenced inside the dynamsoft.webtwain.initiate.js
33
117
34
118
* Readme.txt
119
+
35
120
* addon
36
121
+ dynamsoft.upload.js
37
122
@@ -61,6 +146,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
61
146
- dbr-7.4.0.1.full.wasm
62
147
- dbr-7.4.0.1.full.wasm.js
63
148
- dbr-7.4.0.1.worker.js
149
+
64
150
* dist
65
151
66
152
> Under this directory are the installers for the Dynamsoft Service which needs to be manually installed on each client machine that uses the Dynamic Web TWAIN library as a service.
@@ -82,6 +168,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
82
168
> For macOS
83
169
84
170
- LICENSE
171
+
85
172
* src
86
173
87
174
> These files contain the following functionalities
@@ -101,9 +188,13 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
101
188
- dynamsoft.viewer.js
102
189
- dynamsoft.webtwain.css
103
190
191
+
<divclass="multi-panel-end"></div>
192
+
193
+
<divclass="multi-panel-switching-end"></div>
194
+
104
195
### Other Resources files
105
196
106
-
The following two files are present in the [Dynamic Web TWAIN package](https://github.com/dynamsoft-dwt/web-twain-package).
197
+
The following two files are present in the [Dynamic Web TWAIN package](https://github.com/Dynamsoft/Dynamic-Web-TWAIN).
> This page is only provided as a reference for clients with existing Dynamsoft OCR licences. New OCR licences are not available as Dynamsoft has ended the development of OCR modules.
12
13
13
-
Dynamsoft offers two OCR engines that can be used as addons for `Dynamic Web TWAIN` : OCR Basic ( `OCRB` for short) and OCR Professional ( `OCRPro` for short).
14
+
Dynamsoft offers two OCR engines that can be used as add-ons for `Dynamic Web TWAIN` : OCR Basic ( `OCRB` for short) and OCR Professional ( `OCRPro` for short).
14
15
15
16
`OCRB` is developed on top of the open source [Tesseract engine](https://github.com/tesseract-ocr/tesseract). `OCRPro` on the other hand was developed on top of Kofax's proprietary OCR engine.
If the index is null, it will remove the tag you specified. If the index is not null, it will remove the specified tag on the image you selected.
223
+
If the index is not specified, the tag will be removed from _all images_. If the index is specified, the tag will be removed from the specified image(s).
Copy file name to clipboardExpand all lines: info/schedule/Stable.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -413,7 +413,6 @@ See the <a href="https://demo.dynamsoft.com/web-twain/mobile-online-camera-scann
413
413
414
414
* Made the viewer more independent and robust. Related APIs are redesigned.
415
415
+ Added a new global property [`Dynamsoft.WebTwainEnv.UseDefaultViewer`]({{site.info}}api/Dynamsoft_WebTwainEnv.html#usedefaultviewer) to control whether the built-in viewer is used.
416
-
+ Check out the [Viewer related API changes in version 16.2]({{site.info}}api/appendix.html#viewer-related-api-changes-in-version-162).
417
416
418
417
* Scanning remotely now supports showing the Manufacturer's User Interface.
0 commit comments