File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ Create a HTML file with the following content. It can scan documents from scanne
7979
8080 <script type =" text/javascript" >
8181 var DWTObject;
82+
8283 Dynamsoft .DWT .ProductKey = " DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" ; // one-day trial license
8384 Dynamsoft .DWT .RegisterEvent (" OnWebTwainReady" , function () {
8485 DWTObject = Dynamsoft .DWT .GetWebTwain (" dwtcontrolContainer" );
@@ -301,6 +302,7 @@ Here is the complete code of the demo.
301302 var DWTObject;
302303 var storedOCRResults = {};
303304
305+ Dynamsoft .DWT .ProductKey = " DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" ; // one-day trial license
304306 Dynamsoft .DWT .RegisterEvent (" OnWebTwainReady" , function () {
305307 DWTObject = Dynamsoft .DWT .GetWebTwain (" dwtcontrolContainer" );
306308 DWTObject .Viewer .width = " 100%" ;
You can’t perform that action at this time.
0 commit comments