You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: use-case/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Read Barcodes and Fill Form Fields
2
2
3
-
It's difficult to type long text on mobile devices, but if that text is encoded in a barcode, we can use the sdk to read the barcode and automatically enter the text.
3
+
It's difficult to type long text on mobile devices, but if that text is encoded in a barcode, we can use the SDK to read the barcode and automatically enter the text.
4
4
5
5
The following sample demonstrates how to utilize the SDK to fill out form fields.
6
6
@@ -9,27 +9,27 @@ The following sample demonstrates how to utilize the SDK to fill out form fields
9
9
10
10
## Read the PDF417 Barcode on the Driver's License
11
11
12
-
The PDF417 barcode on an AAMVAcompatible driver's license contains a lot of information which is encoded following the DL/ID Card Design Standard. Together with a simple parse function, we can use the SDK to read and extract the information.
12
+
The PDF417 barcode on an AAMVA-compatible driver's license contains information encoded following the DL/ID Card Design Standard. Together with a simple parse function, we can use the SDK to read and extract the information.
13
13
14
-
The following official sample shows how to use the sdk to read and extract driver's license information.
14
+
The following official sample shows how to use the SDK to read and extract driver's license information.
15
15
16
16
* <atarget = "_blank"href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/read-a-drivers-license/index.html">Read the PDF417 Barcode on the Driver's License - Demo</a>
17
17
* <atarget = "_blank"href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/use-case/read-a-drivers-license/index.html">Read the PDF417 Barcode on the Driver's License - Source Code</a>
18
18
19
-
Also see [Driver's License Scanner SDK for Mobile and Web](https://www.dynamsoft.com/use-cases/driver-license/).
19
+
Also, see [Driver's License Scanner SDK for Mobile and Web](https://www.dynamsoft.com/use-cases/driver-license/).
20
20
21
21
## Read barcodes via camera and show result texts on the video
22
22
23
-
When the SDK picks up a barcode in video stream, it will highlight them with built-in style automatically. But it is also possible to show the text of the barcode on the video with the help of the function `convertToPageCoordinates()` or `convertToClientCoordinates()`.
23
+
When the SDK picks up a barcode in a video stream, it will automatically highlight it with a built-in style. But it is also possible to show the barcode text on the video with the help of the function `convertToPageCoordinates()` or `convertToClientCoordinates()`.
24
24
25
-
The following official sample shows how to show result texts on the video.
25
+
The following official sample shows how to show the result texts on the video.
26
26
27
27
* <atarget = "_blank"href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/show-result-texts-on-the-video.html">Read barcodes via camera and show result texts on the video - Demo</a>
28
28
* <atarget = "_blank"href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/use-case/show-result-texts-on-the-video.html">Read barcodes via camera and show result texts on the video - Source Code</a>
29
29
30
30
## Locate an Item via Barcode
31
31
32
-
Searcing for a specific item among numerous identical boxes can be challenging. However, with the Dynamsoft Barcode Reader (DBR) SDK, we'll be able to locate the item quickly by scanning through the barcodes.
32
+
Searching for a specific item among numerous identical boxes can be challenging. However, with the Dynamsoft Barcode Reader (DBR) SDK, we can locate the item quickly by scanning through the barcodes.
33
33
34
34
The following sample demonstrates how to utilize the SDK to find an item using a barcode among many barcodes.
0 commit comments