dwt 17.2.3 → 17.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/LICENSE.txt +24 -22
  2. package/README.md +28 -28
  3. package/dist/addon/dbrjs/dbr-8.8.7.full.wasm +0 -0
  4. package/dist/addon/dbrjs/dbr-8.8.7.full.wasm.js +285 -0
  5. package/dist/addon/dbrjs/dbr-8.8.7.worker.js +113 -0
  6. package/dist/addon/dbrjs/dbr.js +22 -11
  7. package/dist/addon/dynamsoft.webtwain.addon.camera.css +7 -0
  8. package/dist/dist/DynamsoftServiceSetup-arm64.deb +0 -0
  9. package/dist/dist/DynamsoftServiceSetup-mips64el.deb +0 -0
  10. package/dist/dist/DynamsoftServiceSetup.deb +0 -0
  11. package/dist/dist/DynamsoftServiceSetup.msi +0 -0
  12. package/dist/dist/DynamsoftServiceSetup.pkg +0 -0
  13. package/dist/dist/DynamsoftServiceSetup.rpm +0 -0
  14. package/dist/dynamsoft.webtwain.min.js +258 -369
  15. package/dist/dynamsoft.webtwain.min.mjs +266 -374
  16. package/dist/src/{dynamsoft.crypto-1.7.2.wasm → dynamsoft.crypto-1.7.3.wasm} +0 -0
  17. package/dist/src/{dynamsoft.imageProc-1.7.2.wasm → dynamsoft.imageProc-1.7.3.wasm} +0 -0
  18. package/dist/src/{dynamsoft.imageProc-sn-1.7.2.wasm → dynamsoft.imageProc-sn-1.7.3.wasm} +0 -0
  19. package/dist/src/{dynamsoft.imagecore-1.7.2.wasm → dynamsoft.imagecore-1.7.3.wasm} +0 -0
  20. package/dist/src/dynamsoft.imageio-1.7.3.wasm +0 -0
  21. package/dist/src/dynamsoft.imageio_wasm-1.7.3.js +34 -0
  22. package/dist/src/dynamsoft.lts.js +2 -2
  23. package/dist/src/{dynamsoft.pdfReader-1.7.2.wasm → dynamsoft.pdfReader-1.7.3.wasm} +0 -0
  24. package/dist/src/dynamsoft.pdfReader_wasm-1.7.3.js +34 -0
  25. package/dist/src/{dynamsoft.pdfWriter-1.7.2.wasm → dynamsoft.pdfWriter-1.7.3.wasm} +0 -0
  26. package/dist/src/dynamsoft.viewer.css +2 -3
  27. package/dist/src/dynamsoft.viewer.js +1 -2
  28. package/dist/src/dynamsoft.webtwain.css +1 -29
  29. package/dist/src/fastcomp/{dynamsoft.crypto-1.7.2.wasm → dynamsoft.crypto-1.7.3.wasm} +0 -0
  30. package/dist/src/fastcomp/{dynamsoft.imageProc-1.7.2.wasm → dynamsoft.imageProc-1.7.3.wasm} +0 -0
  31. package/dist/src/fastcomp/{dynamsoft.imagecore-1.7.2.wasm → dynamsoft.imagecore-1.7.3.wasm} +0 -0
  32. package/dist/src/fastcomp/dynamsoft.imageio-1.7.3.wasm +0 -0
  33. package/dist/src/fastcomp/dynamsoft.imageio_wasm-1.7.3.js +34 -0
  34. package/dist/src/fastcomp/{dynamsoft.pdfWriter-1.7.2.wasm → dynamsoft.pdfWriter-1.7.3.wasm} +0 -0
  35. package/dist/types/Addon.Camera.d.ts +147 -97
  36. package/dist/types/Addon.PDF.d.ts +20 -11
  37. package/dist/types/Dynamsoft.Enum.d.ts +12 -1
  38. package/dist/types/Dynamsoft.d.ts +14 -18
  39. package/dist/types/WebTwain.Acquire.d.ts +26 -16
  40. package/dist/types/WebTwain.Buffer.d.ts +63 -15
  41. package/dist/types/WebTwain.IO.d.ts +1 -1
  42. package/dist/types/WebTwain.Util.d.ts +1 -1
  43. package/dist/types/WebTwain.Viewer.d.ts +107 -9
  44. package/dist/types/index.d.ts +1 -1
  45. package/dist/types/tsconfig.json +0 -1
  46. package/package.json +2 -2
  47. package/samples/{1.AcquireImage.html → AcquireImage.html} +1 -1
  48. package/samples/{2.CustomScan.html → CustomScan.html} +1 -1
  49. package/samples/{5.Edit.html → Edit.html} +1 -1
  50. package/samples/{3.LoadAndSaveImages.html → LoadAndSaveImages.html} +1 -1
  51. package/samples/{6.Navigation.html → Navigation.html} +1 -1
  52. package/samples/{4.PDFRasterizer.html → PDFRasterizer.html} +1 -1
  53. package/samples/{9.ReadBarcode.html → ReadBarcode.html} +1 -1
  54. package/samples/{10.ScanOrCapture.html → ScanOrCapture.html} +1 -1
  55. package/samples/{7.Thumbnail.html → Thumbnail.html} +1 -1
  56. package/samples/{11.mobilebrowsercapture.html → mobilebrowsercapture.html} +3 -0
  57. package/dist/addon/dbrjs/dbr-8.6.1.full.wasm +0 -0
  58. package/dist/addon/dbrjs/dbr-8.6.1.full.wasm.js +0 -134
  59. package/dist/addon/dbrjs/dbr-8.6.1.worker.js +0 -113
  60. package/dist/src/dynamsoft.imageio-1.7.2.wasm +0 -0
  61. package/dist/src/dynamsoft.imageio_wasm-1.7.2.js +0 -115
  62. package/dist/src/dynamsoft.pdfReader_wasm-1.7.2.js +0 -90
  63. package/dist/src/fastcomp/dynamsoft.imageio-1.7.2.wasm +0 -0
  64. package/dist/src/fastcomp/dynamsoft.imageio_wasm-1.7.2.js +0 -115
  65. package/samples/8.OCRADocument.html +0 -160
package/LICENSE.txt CHANGED
@@ -1,10 +1,9 @@
1
- License Agreement
2
-
3
- Revision date: 06/15/2021
4
-
1
+ Dynamic Web TWAIN License Agreement (EULA)
2
+ Revision date: 06/30/2022
5
3
  IMPORTANT - READ CAREFULLY: THIS IS A LEGAL AGREEMENT BETWEEN YOU AND DYNAMSOFT CORPORATION, FOR THE DYNAMSOFT SOFTWARE AND ANY ACCOMPANYING ONLINE OR ELECTRONIC DOCUMENTATION ("SOFTWARE"). BEFORE CONTINUING WITH THE INSTALLATION OF THE SOFTWARE, YOU MUST READ, ACKNOWLEDGE AND ACCEPT THE TERMS AND CONDITIONS OF THE SOFTWARE LICENSE AGREEMENT THAT FOLLOWS ("AGREEMENT"). IF YOU DO NOT ACCEPT THE TERMS AND CONDITIONS OF THE AGREEMENT, DO NOT CLICK AN "AGREE" OR SIMILAR BUTTON AND DO NOT INSTALL OR USE THE SOFTWARE.
6
4
  1. DEFINITIONS
7
5
  "Application" means an end user program that the Licensee develops using the Software and into which the Redistributables are incorporated, and which contain significant additional functionality over and above the functionality contained in the Software. Read what is counted as a single application to learn more.
6
+ "Client Device" means: (i) a desktop computer (Windows, macOS or Linux) that runs Dynamic Web TWAIN Service, or (ii) a browser client of a mobile device that accesses the Software.
8
7
  "Licensee" means the person or entity entering into this Agreement with Dynamsoft. Any person who is entering into this Agreement on behalf of an organizational entity represents that he or she has the authority to bind such entity.
9
8
  "Redistributables" are those runtime libraries and files intended for duplication and distribution with the Application.
10
9
  "Server" means a device or computer that has the Software loaded into its RAM. Server includes the following: (i) a networked device with the Software installed that's accessible by multiple users who can independently operate the Software from another machine, (ii) a networked device with the Software running as a service that accepts connections from other machines or applications, (iii) a computer with the Software running to service the public or multiple users, e.g. a kiosk or a scan station, and (iv) a web server with the Software deployed that accepts end user connection to run the Software on the client machines.
@@ -14,29 +13,30 @@ Dynamsoft Corporation grants you a nonexclusive, non-transferable, and limited l
14
13
  2.1 Installation and Use
15
14
  You may install and use the Software only in the configuration and for the number of licenses acquired by you. In order to exercise your rights to the Software under this License Agreement you must activate your copy of the Software in the manner described during the launch sequence. Dynamsoft may control the number and type of licenses and the use of the Software by keycode(s).
16
15
  2.2 Evaluation License
17
- An Evaluation License may be used only for the quantity, type of licenses specified and for the period specified on the Software packaging, ordering or shipping documentation. Upon expiration of such specified period, the Software associated with an Evaluation License will cease to function unless Licensee has purchased full license keys. If the ordering or shipping documentation specifies a particular project, the Software may be used only with that project.
16
+ An Evaluation License may be used only for quantity, type of licenses specified and for the period specified on the Software packaging, ordering or shipping documentation. Upon expiration of such specified period, the Software associated with an Evaluation License will cease to function unless Licensee has purchased full license keys. If the ordering or shipping documentation specifies a particular project, the Software may be used only with that project.
18
17
  An Evaluation License may only be used for evaluation or testing purposes and may not be used for production purposes. Notwithstanding any other provision of this Agreement, Software provided under an Evaluation License is provided "AS-IS" without warranty of any kind, express or implied. An Evaluation License may be terminated by Dynamsoft Corporation upon written notice at any time.
19
18
  2.3 Deployment License
20
19
  A Deployment License allows copying, deployment, and distribution of the Redistributables to end users, without further distribution, as part of the Application for your internal business purposes, not for resale to external customers.
21
20
  Unless otherwise stated in a duly executed agreement, annual subscription licenses will be valid for one year beginning with the license activation date. Licensee can extend licenses for additional one-year periods (each a "Renewal Term").
22
21
  The Deployment Licenses is on a per Application basis with the following licensing options available:
23
- • Per Browser Client
24
- One Browser Client License allows access to a same-origin Application (same protocol, same host, and same port) to use the functionalities provided by the Software from one unique browser client.
25
- A Browser Client that has not accessed any functionality of the Software for a consecutive 90 day period is considered an inactive browser client. The license seat taken by an inactive browser client will be automatically released and available for use by any other active browser client.
26
- When you reach the limit of the granted number of license seats, Dynamsoft offers a free additional 10% of your browser client allowance for your emergency use. Once running out of the additional browser client allowance, no new browser clients can access and use the Software until there are available license seats again. Please note that running out of your browser client allowance wouldn't impact any browser client that has already been licensed.
27
- • Per Server License
22
+ 2.3.1 Per Client Device License
23
+ One Client Device License allows access to a same-origin Application (same protocol, same host, and same port) to use the functionalities provided by the Software from one unique Client Device.
24
+ A Client Device that has not accessed any functionality of the Software for a consecutive 90-day period is considered an inactive Client Device. The license seat taken by an inactive Client Device will be automatically released and available for use by any other active Client Device.
25
+ When you reach the limit of the granted number of license seats, Dynamsoft offers a free additional 10% of your client device allowance for your emergency use. Once running out of the additional client device allowance, no new client devices can access and use the Software until there are available license seats again. Please note that running out of your client device allowance wouldn't impact any client device that has already been licensed.
26
+ 2.3.2 Per Server License
28
27
  One Server License is required to deploy the Application to one Server. Servers apply to both physical and virtual servers and include but are not limited to production servers all of which require licensing: failover servers, development servers that are also used for testing purposes, quality assurance servers, testing servers, and staging servers. Continuous integration servers (build servers) and localhost development servers don't require additional licenses.
29
- If the Application is deployed to cloud platforms, each cloud instance or container that the Application runs on is counted as one Server.
30
- Once a Server License has been purchased, there is no limit on the number of client browsers that access the Application and no limit on the number of document pages to be scanned or processed by the Software.
31
- • Per Page
28
+ Per-server license is only for on-premises server deployment and is not applicable for cloud deployments. Please refer to section 2.4 below for applicable licensing if you are providing a cloud hosted/service application.
29
+ • 2.3.3 Per Page License
32
30
  With a Per Page License, the Software can be used for processing a given number of document pages. For example, with a license for 100K pages of the scanner module of the Software, you can scan up to 100K document pages and save them to your server.
33
31
  Please contact sales@dynamsoft.com if you are interested in the Per Page License option.
34
32
  2.4 OEM, ASP/Service Bureau and other Deployment Licenses
35
33
  Licensee must execute a separate agreement prior to making any commercial deployment of the Application to third-party end users, either directly or through distribution channels. This may happen when Licensee acts as an ISV, OEM, ASP/service bureau, or solution provider offering the Application to the public.
36
- Additional licensing options can be discussed with sales@dynamsoft.com.
37
- 3.EFFECT OF TERMINATION
34
+ Applicable and additional licensing options can be discussed with sales@dynamsoft.com.
35
+ 3. MAINTENANCE SERVICES AND TECHNICAL SUPPORT
36
+ Dynamsoft's annual software maintenance and technical support plan benefits are posted on Dynamsoft's website (www.dynamsoft.com) and Dynamsoft reserves the right to amend and modify its technical support policies and annual maintenance plan from time to time, at its sole discretion.
37
+ 4. EFFECT OF TERMINATION
38
38
  Upon the expiration of subscription licenses, all rights granted to the Licensee under this Agreement (including but not limited to, the rights to use, and/or provide access to the Software) shall terminate unless renewed, and Licensee shall immediately: (a) cease incorporating the Software into the Application; (b) cease use of the Software (in any form, including partial copies in its possession or under its control), and (c) destroy and decommission all copies of the Software.
39
- 4.RESTRICTIONS
39
+ 5. RESTRICTIONS
40
40
  All rights reserved. Except as expressly permitted by this License Agreement or by applicable law you may not: (a) lease, loan, resell, assign, sublicense, or otherwise distribute the Software or any of the rights granted by this License Agreement without the express written permission of Dynamsoft; (b) use the Software to provide or operate Application Service Provider (ASP), service bureau, marketing, training, outsourcing services, or consulting services, or any other commercial service related to the Software or to develop training materials; (c) modify (even for purposes of error correction), adapt, or translate the Software or create derivative works there from except as necessary to configure the Software using the menus, options and tools provided for such purposes and contained in the Software; (d) in any way reverse engineer, disassemble or decompile the Software (including reverse compiling to ensure interoperability) or any portion thereof except to the extent and for the express purposes authorized by applicable law notwithstanding this limitation; (e) use the Software to develop a product which is competitive with any Dynamsoft Corporation product offerings; (f) use unauthorized keycode(s); (g) disclose any Software benchmark results to any third party without Dynamsoft prior written approval, (h) permit third party access to, or use of the Software except as expressly permitted herein, and (i) distribute or publish keycode(s). If you wish to exercise any right to reverse engineer to ensure interoperability in accordance with applicable law, you shall first provide written notice to Dynamsoft and permit Dynamsoft, at its discretion, to make an offer to provide information and assistance reasonably required to ensure Software interoperability with your other products for a fee to be mutually agreed upon (if any).
41
41
  Your product is targeted to end users. The end-user application you develop using the Software must not be another development tool and/or SDK.
42
42
  Users of end-user applications you develop using the Software may not further use the Software, in whole or in part, for software development, copying or distribution. You must enforce this restriction in a separate agreement between you and the end user of your applications.
@@ -44,12 +44,14 @@ Evaluation License holders are granted the use of only one copy of the Software
44
44
  You may make a single copy of the Software for backup purposes only.
45
45
  Old license(s) will be revoked within 60 days after a license upgrade.
46
46
  Dynamsoft reserves the right to change these terms and conditions at any time without prior notice.
47
- 5.OWNERSHIP
47
+ 6. OWNERSHIP
48
48
  Dynamsoft and/or its suppliers retain all right, title and interest in and to the Software and all copies at all times, regardless of the form or media in or on which the original or other copies may subsequently exist. You neither own nor hereby acquire any claim or right of ownership to the Software or to any related patents, copyrights, trademarks or other intellectual property. You agree to retain the Software, the terms of this Agreement as well as any Software benchmark or similar tests (whether performed by you, Dynamsoft or any third party) in confidence and prevent them from unauthorized disclosure or use except with Dynamsoft prior written consent. Dynamsoft and/or its suppliers reserve all rights not expressly granted to you. Dynamsoft suppliers are the intended third-party beneficiaries of this License Agreement and have the express right to rely upon and directly enforce the terms set forth herein.
49
- 6.WARRANTIES AND DISCLAIMERS
49
+ 7.WARRANTIES AND DISCLAIMERS
50
50
  THIS SOFTWARE AND THE ACCOMPANYING FILES ARE SOLD "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ANY USE BY YOU OF THE SOFTWARE IS AT YOUR OWN RISK.
51
51
  NO LIABILITY FOR CONSEQUENTIAL DAMAGES. UNDER NO CIRCUMSTANCE SHALL DYNAMSOFT BE LIABLE FOR ANY DAMAGES WHATSOEVER ARISING FROM THE USE OR INABILITY TO USE DYNAMSOFT PRODUCTS.
52
- 7.APPLICABLE LAWS
53
- This agreement shall be governed by the laws of Canada.
54
- Business Practices. You shall (a) comply with all applicable laws and regulations, including the Foreign Corrupt Practices Act, (b) avoid deceptive, misleading or unethical practices, and (c) conduct business in a manner that reflects favorably at all times on the Dynamsoft Products and Dynamsoft's goodwill and reputation.
55
-
52
+ 8. CONFLICT OR INCONSISTENCY
53
+ Unless expressly agreed otherwise, in the event of any conflict or inconsistency between the terms and conditions of this Agreement and any terms or conditions set forth in any purchase order or other document relating to the transactions contemplated by this Agreement, the terms and conditions set forth in this Agreement shall prevail.
54
+ 9. APPLICABLE LAWS
55
+ This Agreement shall be governed by the laws of the Province of British Columbia and the federal laws of Canada applicable therein. Any disputes pertaining to this Agreement requiring judicial action will only take place in the Province of British Columbia, Canada.
56
+ 10. BUSINESS PRACTICES
57
+ The Licensee shall (a) comply with all applicable laws and regulations, including all import and export laws and all anti-bribery laws, (b) avoid deceptive, misleading or unethical practices, and (c) conduct business in a manner that always reflects favorably on the Dynamsoft Products and Dynamsoft's goodwill and reputation, and (d) promptly notify Dynamsoft of any complaint or adverse claim about the Software of which Licensee becomes aware.
package/README.md CHANGED
@@ -4,11 +4,12 @@
4
4
  ![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/dwt.svg)
5
5
  ![](https://img.shields.io/snyk/vulnerabilities/npm/dwt.svg)
6
6
 
7
- Cross-platform and cross-browser JavaScript library for web document scanning. Interact with document scanners from Chrome, Firefox and more.
7
+ [Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/overview/) is a cross-platform scanning SDK designed for web document management applications. With just a few lines of JavaScript code, you can develop robust web applications to scan documents, edit images and save them to file systems. To see it in action, please visit <a href="https://demo.dynamsoft.com/web-twain/" target="_blank">**this online demo**</a>
8
+
9
+ Note: Dynamic Web TWAIN SDK **v17.3** is built in this package. For more detail, check the [Version Info](#versions).
8
10
 
9
11
  ## Table of Contents
10
- - [Introduction](#introduction)
11
- - [Online Demo](#online-demo)
12
+ - [Supported Environments](#supported-environments)
12
13
  - [License Key](#license-key)
13
14
  - [Installation](#installation)
14
15
  - [Deployment](#deployment)
@@ -19,9 +20,18 @@ Cross-platform and cross-browser JavaScript library for web document scanning. I
19
20
  - [License Agreement](#license-agreement)
20
21
  - [Versions](#versions)
21
22
 
22
- ## Introduction
23
+ ## Supported Environments
24
+
25
+ ### Supported Image Capturing Devices
26
+ - Physical Document Scanners
27
+ - Desktop Webcam
28
+ - Mobile Camera
23
29
 
24
- [Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/overview/) is a cross-platform scanning SDK designed for web document management applications. With just a few lines of JavaScript code, you can develop robust web applications to scan documents, edit images and save them to file systems on **Windows**, **Linux** and **macOS**. You can even use your mobile devices running iOS | iPadOS | Android with the library starting in 17.0!
30
+ ### Supported Web Browsers
31
+ - Chrome
32
+ - Firefox
33
+ - Edge
34
+ - Safari
25
35
 
26
36
  ### Supported OSs
27
37
  - Windows
@@ -34,16 +44,6 @@ Cross-platform and cross-browser JavaScript library for web document scanning. I
34
44
  - MIPS64
35
45
  - ARM64
36
46
 
37
- ### Supported Web Browsers
38
- - Firefox
39
- - Edge
40
- - Chrome
41
- - Safari
42
-
43
- ## Online Demo
44
- #### Interact with document scanners from Chrome, Firefox and more
45
- https://demo.dynamsoft.com/web-twain/
46
-
47
47
  ## License Key
48
48
  [![](https://img.shields.io/badge/Get-30--day%20FREE%20Trial%20License-blue)](https://www.dynamsoft.com/customer/license/trialLicense/?product=dwt)
49
49
 
@@ -225,35 +225,35 @@ https://www.dynamsoft.com/Products/WebTWAIN_License.aspx
225
225
 
226
226
  >`Dynamsoft Service (DynamsoftService.exe, 64bit)`
227
227
  >
228
- >**v17.2.1** (build version 1, 7, 2, 0228)
228
+ >**v17.3** (build version 1, 7, 3, 0531)
229
229
  >
230
- >`Dynamsoft Service Manager (DWASManager_17210228.dll, 64bit)`
230
+ >`Dynamsoft Service Manager (DWASManager_17300531.dll, 64bit)`
231
231
  >
232
- >**v17.2.1** (build version 17, 2, 1, 0228)
232
+ >**v17.3** (build version 17, 3, 0, 0531)
233
233
  >
234
- >`Dynamic Web TWAIN (dwt_17.2.1.0228.dll, 64bit)`
234
+ >`Dynamic Web TWAIN (dwt_17.3.0.0531.dll, 64bit)`
235
235
  >
236
- >**v17.2.1** (build version 17, 2, 1, 0228)
236
+ >**v17.3** (build version 17, 3, 0, 0531)
237
237
  >
238
- >`Dynamsoft PDF Rasterizer (DynamicPdfRx64_11.3.0.1026.dll, 64bit)`
238
+ >`Dynamsoft PDF Rasterizer (DynamicPdfRx64_11.4.0.0531.dll, 64bit)`
239
239
  >
240
- >**v17.2.1** (build version 11, 3, 0, 1026)
240
+ >**v17.3** (build version 11, 4, 0, 0531)
241
241
  >
242
242
  >`Dynamsoft OCR Basic Engine (DynamicOCRx64_10.0.0.0618.dll, 64bit)`
243
243
  >
244
- >**v17.2.1** (build version 10, 0, 0, 0618)
244
+ >**v17.3** (build version 10, 0, 0, 0618)
245
245
  >
246
- >`Dynamsoft Barcode Reader (dbrx64_8.6.0.1026.dll, 64bit)`
246
+ >`Dynamsoft Barcode Reader (dbrx64_8.8.0.0531.dll, 64bit)`
247
247
  >
248
- >**v8.6.0** (build version 8, 6, 0, 1026)
248
+ >**v8.8.0** (build version 8, 8, 0, 0531)
249
249
  >
250
250
  >`Dynamsoft Webcam Addon (DynamicWebcamx64_15.0.0.0625.dll, 64bit)`
251
251
  >
252
- >**v17.2.1** (build version 15, 0, 0, 0625)
252
+ >**v17.3** (build version 15, 0, 0, 0625)
253
253
  >
254
254
  >`Dynamsoft Upload Module (UploadModule_1.7.2.1026.dll, 64bit)`
255
255
  >
256
- >**v17.2.1** (build version 1, 7, 2, 1026)
256
+ >**v17.3** (build version 1, 7, 2, 1026)
257
257
 
258
258
  ## Changelog
259
259
 
@@ -266,4 +266,4 @@ If you are upgrading from the old versions to V17.1+, please add the following c
266
266
 
267
267
  > Dynamsoft.DWT.Containers = [{ ContainerId: 'dwtcontrolContainer', Width: 270, Height: 350 }];
268
268
 
269
- Otherwise, the initialization will fail.
269
+ Otherwise, the initialization will fail.