File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -1544,7 +1544,9 @@ <h3>
15441544 < div class ="children ">
15451545 < div class ="file ">
15461546 < span data-balloon-length ="large " data-balloon-pos ="down " aria-label ="Debug utilities and frame collector for testing and troubleshooting. "
1547- > < span class ="github-label debug "> Debug Tools</ span > -
1547+ > < a class ="github-label debug " href ="scenarios/debug/public/index.html " title ="View live demo "
1548+ > Debug Tools</ a
1549+ > -
15481550 < a
15491551 class ="button title source-link "
15501552 href ="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/scenarios/debug "
Original file line number Diff line number Diff line change 5555 {
5656 "Mode" : " LM_LINES"
5757 },
58+ {
59+ "Mode" : " LM_SCAN_DIRECTLY"
60+ },
5861 {
5962 "Mode" : " LM_NEURAL_NETWORK" ,
6063 "ModelNameArray" : [" DataMatrixQRCodeLocalization" ]
Original file line number Diff line number Diff line change 6161 "LocalizationModes" : [
6262 {
6363 "Mode" : " LM_CONNECTED_BLOCKS"
64- }
64+ },
65+ {
66+ "Mode" : " LM_SCAN_DIRECTLY"
67+ }
6568 ]
6669 }
6770 ]
7780 "Mode" : " DM_BASED_ON_LOC_BIN"
7881 },
7982 {
80- "Mode" : " DM_DIRECT_BINARIZATION "
83+ "Mode" : " DM_THRESHOLD_BINARIZATION "
8184 },
8285 {
8386 "Mode" : " DM_DEEP_ANALYSIS"
You can’t perform that action at this time.
0 commit comments