Skip to content

Commit

Permalink
Merge branch 'run' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie-dynamsoft authored Jan 16, 2024
2 parents 7251fcd + 62fd801 commit de1c689
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/capture-continuously-edit-result-images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddn.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cvr.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddv.js"></script>

<script>
if(location.protocol === "file:") {
const message = `Please open the page via https:// or host it on "http://localhost/".`;
Expand Down
1 change: 1 addition & 0 deletions samples/detect-boundaries-on-existing-images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddn.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cvr.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddv.js"></script>

<script>
if(location.protocol === "file:") {
const message = `Please open the page via https:// or host it on "http://localhost/".`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ onMounted(async () => {
await LicenseManager.initLicense('DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMjQ5NjE5NyJ9', true)
await DDV.Core.init()
const router = await CaptureVisionRouter.createInstance()
await initDocDetectModule(DDV, router)
Expand Down
2 changes: 2 additions & 0 deletions samples/hello-world/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddn.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cvr.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddv.js"></script>

<script>
if(location.protocol === "file:") {
const message = `Please open the page via https:// or host it on "http://localhost/".`;
Expand All @@ -42,6 +43,7 @@
await Dynamsoft.License.LicenseManager.initLicense(
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMjQ5NjE5NyJ9",
true

);
// Initialize DDV
await Dynamsoft.DDV.Core.init();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddn.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cvr.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddv.js"></script>

<script>
if(location.protocol === "file:") {
const message = `Please open the page via https:// or host it on "http://localhost/".`;
Expand Down
1 change: 1 addition & 0 deletions samples/review-adjust-detected-boundaries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddn.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cvr.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ddv.js"></script>

<script>
if(location.protocol === "file:") {
const message = `Please open the page via https:// or host it on "http://localhost/".`;
Expand Down

0 comments on commit de1c689

Please sign in to comment.