Skip to content

Commit d46ea89

Browse files
authored
Merge pull request #167 from Dynamsoft/_dev
Dev
2 parents dbd3af9 + 609e5b0 commit d46ea89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

others/debug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This sample is designed to:
44

5-
1. Print detailed logs in the browser console to better assist in troubleshooting.
5+
1. Print detailed logs in the browser console to better assist in troubleshooting. On your mobile browser, you can click the tool icon to open the console (provided by eruda.js).
66
2. Check if your device and browser are compatible with the camera and to what extent.
77
3. Collect video frames for analysis. (Require to host the sample locally)
88

use-case/read-a-drivers-license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.js"></script>
1515
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cvr.js"></script>
1616
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dce.js"></script>
17-
<script src="https://cdn.jsdelivr.net/npm/[email protected]-beta-202404022244/dist/dcp.js"></script>
17+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dcp.js"></script>
1818

1919
<style>
2020
* {

0 commit comments

Comments
 (0)