File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed
Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf-8 ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7- < title > Dynamsoft Barcode Reader Sample - Video Decoding </ title >
7+ < title > Dynamsoft Barcode Reader Simple Sample - Read Video </ title >
88 <!--
99 This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
1010 library offline. Please see the guide on how to host the library:
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf-8 ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7- < title > Dynamsoft Barcode Reader Simple Sample - Read Video - No Extra Control </ title >
7+ < title > Dynamsoft Barcode Reader Simple Sample - Enlarge the Video Stream </ title >
88 <!--
99 This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
1010 library offline. Please see the guide on how to host the library:
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf-8 ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7- < title > Dynamsoft Barcode Reader Sample - Using Runtime Settings </ title >
7+ < title > Dynamsoft Barcode Reader Sample - Specify the Barcode Types and Number of Barcodes Per Image </ title >
88 <!--
99 This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
1010 library offline. Please see the guide on how to host the library:
1616</ head >
1717
1818< body >
19- < h2 > Formats and Count Per Frame </ h2 >
19+ < h2 > Specify the Barcode Types and Number of Barcodes Per Image </ h2 >
2020 < button id ='openSimpleSettingsMenu '> Open Runtime Settings Menu</ button >
2121
2222 < input type ="text " id ="result " title ="Double click to clear! " readonly ="true " class ="latest-result "
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf-8 ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7- < title > Dynamsoft Barcode Reader Sample - Using Runtime Settings </ title >
7+ < title > Dynamsoft Barcode Reader Sample - Set Localization and Binarization Modes </ title >
88 <!--
99 This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
1010 library offline. Please see the guide on how to host the library:
1717</ head >
1818
1919< body >
20- < h2 > Localization and Binarization</ h2 >
20+ < h2 > Set Localization and Binarization Modes </ h2 >
2121 < button id ='openSimpleSettingsMenu '> Open Runtime Settings Menu</ button >
2222
2323 < input type ="text " id ="result " title ="Double click to clear! " readonly ="true " class ="latest-result "
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf-8 ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7- < title > Dynamsoft Barcode Reader Sample - Using Runtime Settings </ title >
7+ < title > Dynamsoft Barcode Reader Sample - Set Deblur Modes and Scale-up Modes </ title >
88 <!--
99 This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
1010 library offline. Please see the guide on how to host the library:
1616</ head >
1717
1818< body >
19- < h2 > Blurry or Small Codes </ h2 >
19+ < h2 > Set Deblur Modes and Scale-up Modes </ h2 >
2020 < button id ='openSimpleSettingsMenu '> Open Runtime Settings Menu</ button >
2121
2222 < input type ="text " id ="result " title ="Double click to clear! " readonly ="true " class ="latest-result "
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf-8 ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7- < title > Dynamsoft Barcode Reader Sample - Using Runtime Settings </ title >
7+ < title > Dynamsoft Barcode Reader Sample - Deformation-Resisting Modes and Barcode-Complement Modes </ title >
88 <!--
99 This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
1010 library offline. Please see the guide on how to host the library:
1616</ head >
1717
1818< body >
19- < h2 > Deformed or Incomplete codes </ h2 >
19+ < h2 > Deformation-Resisting Modes and Barcode-Complement Modes </ h2 >
2020 < button id ='openSimpleSettingsMenu '> Open Runtime Settings Menu</ button >
2121 < input type ="text " id ="result " title ="Double click to clear! " readonly ="true " class ="latest-result "
2222 placeholder ="The Last Read Barcode ">
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf-8 ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7- < title > Dynamsoft Barcode Reader Sample - Using Runtime Settings </ title >
7+ < title > Dynamsoft Barcode Reader Sample - Define or Detect the Region of Interest </ title >
88 <!--
99 This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
1010 library offline. Please see the guide on how to host the library:
1616</ head >
1717
1818< body >
19- < h2 > Define or Detect the Region</ h2 >
19+ < h2 > Define or Detect the Region of Interest </ h2 >
2020 < button id ='openSimpleSettingsMenu '> Open Runtime Settings Menu</ button > < br /> < br />
2121
2222 < input type ="text " id ="result " title ="Double click to clear! " readonly ="true " class ="latest-result "
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf-8 ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7- < title > Dynamsoft Barcode Reader Simple Sample - Read Video - Fill Form</ title >
7+ < title > Dynamsoft Barcode Reader Simple Sample - Read Barcodes and Fill Form Fields </ title >
88 <!--
99 This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
1010 library offline. Please see the guide on how to host the library:
1414</ head >
1515
1616< body >
17- < h2 > Read Video and Fill a Form</ h2 >
17+ < h2 > Read Barcodes and Fill Form Fields </ h2 >
1818 < div id ='inputs ' style ="text-align: center; " hidden >
1919 < h3 > Click each input box to fill in!</ h3 >
2020 < input type ="text " class ="latest-result " readonly ="true " placeholder ="Barcode Result 1 ">
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf-8 ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7- < title > Dynamsoft Barcode Reader Simple Sample - Read Video - No Extra Control </ title >
7+ < title > Dynamsoft Barcode Reader Simple Sample - Read Video - Read the PDF417 Barcode on the Driver’s License </ title >
88 <!--
99 This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
1010 library offline. Please see the guide on how to host the library:
You can’t perform that action at this time.
0 commit comments