|
| 1 | +--- |
| 2 | +layout: default-layout |
| 3 | +noTitleIndex: true |
| 4 | +needAutoGenerateSidebar: true |
| 5 | +title: What are the Resources files? |
| 6 | +keywords: Dynamic Web TWAIN, Documentation, General |
| 7 | +breadcrumbText: What Are The Resources Files |
| 8 | +description: What are the Resources files? |
| 9 | +--- |
| 10 | + |
| 11 | +# General |
| 12 | + |
| 13 | +## What are the Resources files? |
| 14 | + |
| 15 | +Resources files help you include Dynamic Web TWAIN in your application. The following shows the purpose of these files. |
| 16 | + |
| 17 | +> *Resources* is the default name of the folder that contain these files. It can be changed. For example, in the [Dynamic Web TWAIN package](https://github.com/dynamsoft-dwt/web-twain-package), it's called *dist*. |
| 18 | +
|
| 19 | +### Default files |
| 20 | + |
| 21 | +* dynamsoft.webtwain.config.js |
| 22 | + |
| 23 | +> 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. |
| 24 | +
|
| 25 | +* dynamsoft.webtwain.initiate.js |
| 26 | + |
| 27 | +> This file is the core of the Dynamic Web TWAIN library. |
| 28 | +
|
| 29 | +* dynamsoft.webtwain.install.js |
| 30 | + |
| 31 | +> 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 |
| 32 | +
|
| 33 | +* Readme.txt |
| 34 | +* addon |
| 35 | + + dynamsoft.upload.js |
| 36 | + |
| 37 | + > This file contains the functionalities of the Dynamsoft Upload Module. |
| 38 | +
|
| 39 | + + dynamsoft.webtwain.addon.camera.js |
| 40 | + |
| 41 | + > This file contains the functionalities of the Camera addon. |
| 42 | +
|
| 43 | + + dynamsoft.webtwain.addon.ocr.js |
| 44 | + |
| 45 | + > This file contains the functionalities of the OCR Basic addon. It's not included by default, contact [Dynamsoft Support]({{site.about}}Getsupport.html) to get it. |
| 46 | +
|
| 47 | + + dynamsoft.webtwain.addon.ocrpro.js |
| 48 | + |
| 49 | + > This file contains the functionalities of the OCR Professional addon. It's not included by default, contact [Dynamsoft Support]({{site.about}}Getsupport.html) to get it. |
| 50 | +
|
| 51 | + + dynamsoft.webtwain.addon.pdf.js |
| 52 | + |
| 53 | + > This file contains the functionalities of the PDF Rasterizer addon. |
| 54 | +
|
| 55 | + + dynamsoft.webtwain.addon.webcam.js |
| 56 | + |
| 57 | + > This file contains the functionalities of the Webcam addon. |
| 58 | +
|
| 59 | + + dynamsoft.webtwain.addon.barcodereader.js |
| 60 | + |
| 61 | + > This file contains the functionalities of the Barcode addon. |
| 62 | +
|
| 63 | + + dbrjs |
| 64 | + |
| 65 | + > These files are meant for the barcode reader addon under [WASM mode]({{site.indepth}}initialize.html#wasm-mode). |
| 66 | +
|
| 67 | + - dbr.js |
| 68 | + - dbr-7.4.0.1.full.wasm |
| 69 | + - dbr-7.4.0.1.full.wasm.js |
| 70 | + - dbr-7.4.0.1.worker.js |
| 71 | +* dist |
| 72 | + |
| 73 | + > 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. |
| 74 | +
|
| 75 | + - DynamsoftServiceSetup.deb |
| 76 | + |
| 77 | + > For Linux (Debian) |
| 78 | +
|
| 79 | + - DynamsoftServiceSetup.rpm |
| 80 | + |
| 81 | + > For Linux (Redhat) |
| 82 | +
|
| 83 | + - DynamsoftServiceSetup.msi |
| 84 | + |
| 85 | + > For Windows |
| 86 | +
|
| 87 | + - DynamsoftServiceSetup.pkg |
| 88 | + |
| 89 | + > For macOS |
| 90 | +
|
| 91 | + - LICENSE |
| 92 | + + src |
| 93 | + |
| 94 | + > These files contain the following functionalities for the [WASM-mode]({{site.indepth}}features/initialize.html#wasm-mode) |
| 95 | + > - image input & output |
| 96 | + > - decode & encode |
| 97 | + > - PDF read & write |
| 98 | + > - Viewer & UI |
| 99 | +
|
| 100 | + - dynamsoft.imageio.js |
| 101 | + - dynamsoft.imageio_wasm-<version number>.js |
| 102 | + - dynamsoft.imagecore-<version number>.wasm |
| 103 | + - dynamsoft.imageio-<version number>.wasm |
| 104 | + - dynamsoft.imageProc-<version number>.wasm |
| 105 | + - dynamsoft.pdfReader-<version number>.wasm |
| 106 | + - dynamsoft.pdfWriter-<version number>.wasm |
| 107 | + - dynamsoft.viewer.css |
| 108 | + - dynamsoft.viewer.js |
| 109 | + - dynamsoft.webtwain.css |
| 110 | + |
| 111 | +### Other Resources files |
| 112 | + |
| 113 | +The following two files are present in the [Dynamic Web TWAIN package](https://github.com/dynamsoft-dwt/web-twain-package). |
| 114 | + |
| 115 | +* dynamsoft.webtwain.min.js |
| 116 | + |
| 117 | +> This is an all-in-one JavaScript file that consists of the files dynamsoft.webtwain.initiate.js , dynamsoft.webtwain.config.js , dynamsoft.webtwain.install.js as well as all the add-on JavaScript files. If you include this file in the application, you no longer need to include these constituent files separately. |
| 118 | +
|
| 119 | +* dynamsoft.webtwain.min.mjs |
| 120 | + |
| 121 | +> This file is like dynamsoft.webtwain.min.js but is built by the ECMAScript 6 (ES6) standard. It's used by applications (Angular, React, Vue, etc.) that import the `Dynamic Web TWAIN` package as a module. |
0 commit comments