-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b5ecf8
commit fb86f73
Showing
12 changed files
with
93 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,12 +44,23 @@ | |
// Preload DDV Resource | ||
Dynamsoft.DDV.Core.loadWasm(); | ||
|
||
/** LICENSE ALERT - README | ||
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below. | ||
*/ | ||
|
||
// Initialize DDN license | ||
await Dynamsoft.License.LicenseManager.initLicense( | ||
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLXIxNzAzODM5ODkwIiwibWFpblNlcnZlclVSTCI6Imh0dHBzOi8vbWx0cy5keW5hbXNvZnQuY29tLyIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAwIiwic3RhbmRieVNlcnZlclVSTCI6Imh0dHBzOi8vc2x0cy5keW5hbXNvZnQuY29tLyIsImNoZWNrQ29kZSI6MTgyNTQ5Njk4NH0=", | ||
true | ||
); | ||
|
||
/** | ||
* You can visit https://www.dynamsoft.com/customer/license/trialLicense/?product=mwc to get your own trial license good for 30 days. | ||
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. | ||
* For more information, see https://www.dynamsoft.com/mobile-web-capture/docs/gettingstarted/license.html or contact [email protected]. | ||
* LICENSE ALERT - THE END | ||
*/ | ||
|
||
updateLoadingText("Loading DDV library..."); | ||
// Preload DDN Resource | ||
Dynamsoft.Core.CoreModule.loadWasm(["DDN"]); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,12 +39,23 @@ | |
// Preload DDV Resource | ||
Dynamsoft.DDV.Core.loadWasm(); | ||
|
||
/** LICENSE ALERT - README | ||
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below. | ||
*/ | ||
|
||
// Initialize DDN license | ||
await Dynamsoft.License.LicenseManager.initLicense( | ||
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLXIxNzAzODM5ODkwIiwibWFpblNlcnZlclVSTCI6Imh0dHBzOi8vbWx0cy5keW5hbXNvZnQuY29tLyIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAwIiwic3RhbmRieVNlcnZlclVSTCI6Imh0dHBzOi8vc2x0cy5keW5hbXNvZnQuY29tLyIsImNoZWNrQ29kZSI6MTgyNTQ5Njk4NH0=", | ||
true | ||
); | ||
|
||
/** | ||
* You can visit https://www.dynamsoft.com/customer/license/trialLicense/?product=mwc to get your own trial license good for 30 days. | ||
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. | ||
* For more information, see https://www.dynamsoft.com/mobile-web-capture/docs/gettingstarted/license.html or contact [email protected]. | ||
* LICENSE ALERT - THE END | ||
*/ | ||
|
||
updateLoadingText("Loading DDV library..."); | ||
// Preload DDN Resource | ||
Dynamsoft.Core.CoreModule.loadWasm(["DDN"]); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,12 +45,23 @@ | |
// Preload DDV Resource | ||
Dynamsoft.DDV.Core.loadWasm(); | ||
|
||
/** LICENSE ALERT - README | ||
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below. | ||
*/ | ||
|
||
// Initialize DDN license | ||
await Dynamsoft.License.LicenseManager.initLicense( | ||
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLXIxNzAzODM5ODkwIiwibWFpblNlcnZlclVSTCI6Imh0dHBzOi8vbWx0cy5keW5hbXNvZnQuY29tLyIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAwIiwic3RhbmRieVNlcnZlclVSTCI6Imh0dHBzOi8vc2x0cy5keW5hbXNvZnQuY29tLyIsImNoZWNrQ29kZSI6MTgyNTQ5Njk4NH0=", | ||
true | ||
); | ||
|
||
/** | ||
* You can visit https://www.dynamsoft.com/customer/license/trialLicense/?product=mwc to get your own trial license good for 30 days. | ||
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. | ||
* For more information, see https://www.dynamsoft.com/mobile-web-capture/docs/gettingstarted/license.html or contact [email protected]. | ||
* LICENSE ALERT - THE END | ||
*/ | ||
|
||
updateLoadingText("Loading DDV library..."); | ||
// Preload DDN Resource | ||
Dynamsoft.Core.CoreModule.loadWasm(["DDN"]); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,12 +46,23 @@ | |
// Preload DDV Resource | ||
Dynamsoft.DDV.Core.loadWasm(); | ||
|
||
/** LICENSE ALERT - README | ||
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below. | ||
*/ | ||
|
||
// Initialize DDN license | ||
await Dynamsoft.License.LicenseManager.initLicense( | ||
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLXIxNzAzODM5ODkwIiwibWFpblNlcnZlclVSTCI6Imh0dHBzOi8vbWx0cy5keW5hbXNvZnQuY29tLyIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAwIiwic3RhbmRieVNlcnZlclVSTCI6Imh0dHBzOi8vc2x0cy5keW5hbXNvZnQuY29tLyIsImNoZWNrQ29kZSI6MTgyNTQ5Njk4NH0=", | ||
true | ||
); | ||
|
||
/** | ||
* You can visit https://www.dynamsoft.com/customer/license/trialLicense/?product=mwc to get your own trial license good for 30 days. | ||
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. | ||
* For more information, see https://www.dynamsoft.com/mobile-web-capture/docs/gettingstarted/license.html or contact [email protected]. | ||
* LICENSE ALERT - THE END | ||
*/ | ||
|
||
updateLoadingText("Loading DDV library..."); | ||
// Preload DDN Resource | ||
Dynamsoft.Core.CoreModule.loadWasm(["DDN"]); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,12 +43,23 @@ | |
// Preload DDV Resource | ||
Dynamsoft.DDV.Core.loadWasm(); | ||
|
||
/** LICENSE ALERT - README | ||
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below. | ||
*/ | ||
|
||
// Initialize DDN license | ||
await Dynamsoft.License.LicenseManager.initLicense( | ||
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLXIxNzAzODM5ODkwIiwibWFpblNlcnZlclVSTCI6Imh0dHBzOi8vbWx0cy5keW5hbXNvZnQuY29tLyIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAwIiwic3RhbmRieVNlcnZlclVSTCI6Imh0dHBzOi8vc2x0cy5keW5hbXNvZnQuY29tLyIsImNoZWNrQ29kZSI6MTgyNTQ5Njk4NH0=", | ||
true | ||
); | ||
|
||
/** | ||
* You can visit https://www.dynamsoft.com/customer/license/trialLicense/?product=mwc to get your own trial license good for 30 days. | ||
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. | ||
* For more information, see https://www.dynamsoft.com/mobile-web-capture/docs/gettingstarted/license.html or contact [email protected]. | ||
* LICENSE ALERT - THE END | ||
*/ | ||
|
||
updateLoadingText("Loading DDV library..."); | ||
// Preload DDN Resource | ||
Dynamsoft.Core.CoreModule.loadWasm(["DDN"]); | ||
|