Readme.txt 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. // @2021/04/20
  2. * Product: Dynamsoft Web TWAIN SDK v17.x
  3. * Summary: this Readme.txt is to help you understand the files under the Resources folder
  4. ====== Dynamsoft JavaScript Libraries ======
  5. - dynamsoft.webtwain.config.js
  6. 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.
  7. - dynamsoft.webtwain.initiate.js
  8. This file is the core of the Dynamic Web TWAIN library. You're not supposed to change it without consulting the Dynamsoft Support Team.
  9. - dynamsoft.webtwain.install.js
  10. 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
  11. - addon/dynamsoft.webtwain.addon.barcode.js
  12. This file contains the functionalities of the Barcode addon. You're not supposed to change it without consulting the Dynamsoft Support Team.
  13. - addon/dynamsoft.webtwain.addon.ocr.js
  14. This file contains the functionalities of the OCR Basic addon. You're not supposed to change it without consulting the Dynamsoft Support Team.
  15. - addon/dynamsoft.webtwain.addon.ocrpro.js
  16. This file contains the functionalities of the OCR Professional addon. You're not supposed to change it without consulting the Dynamsoft Support Team.
  17. - addon/dynamsoft.webtwain.addon.pdf.js
  18. This file contains the functionalities of the PDF Rasterizer addon. You're not supposed to change it without consulting the Dynamsoft Support Team.
  19. - addon/dynamsoft.webtwain.addon.webcam.js
  20. This file contains the functionalities of the Webcam addon. You're not supposed to change it without consulting the Dynamsoft Support Team.
  21. - addon/dynamsoft.upload.js
  22. This file contains the functionalities of the Dynamsoft Upload Module. You're not supposed to change it without consulting the Dynamsoft Support Team.
  23. - dynamsoft.webtwain.addon.camera.js
  24. This file contains the functionalities of the Camera addon. You're not supposed to change it without consulting the Dynamsoft Support Team.
  25. - src/dynamsoft.imagecore-1.7.x.wasm & dynamsoft.imageio-1.7.x.wasm & dynamsoft.imageio.js & dynamsoft.imageio_wasm-1.7.x.js & dynamsoft.imageProc-1.7.x.wasm & dynamsoft.crypto-1.7.x.wasm & dynamsoft.lts.js
  26. These files contain functionalities for image input & output + decode & encode.
  27. - src/dynamsoft.pdfReader-1.7.x.wasm & dynamsoft.pdfWriter-1.7.x.wasm
  28. These files contain functionalities for PDF reading & writing.
  29. - src/dynamsoft.viewer.css & dynamsoft.viewer.js
  30. These files are for buidling the UI of the Dynamic Web TWAIN library
  31. - src/dynamsoft.webtwain.css
  32. This file contains the style definitions for the general HTML elements created and used by the Dynamic Web TWAIN library
  33. ====== End-user Distribution files ======
  34. Under dist/
  35. 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.
  36. - DynamsoftServiceSetup.msi
  37. For Windows
  38. - DynamsoftServiceSetup.pkg
  39. For macOS
  40. - DynamsoftServiceSetup.rpm
  41. - DynamsoftServiceSetup.deb
  42. - DynamsoftServiceSetup-arm64.deb
  43. - DynamsoftServiceSetup-mips64el.deb
  44. For Linux
  45. There is also a file for the license declaration
  46. - LICENSE