Skip to content

Commit b08dd53

Browse files
Update README.md - changed the words and fixed typos, etc.
1 parent 715446b commit b08dd53

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

use-case/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Read Barcodes and Fill Form Fields
22

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.
44

55
The following sample demonstrates how to utilize the SDK to fill out form fields.
66

@@ -9,27 +9,27 @@ The following sample demonstrates how to utilize the SDK to fill out form fields
99

1010
## Read the PDF417 Barcode on the Driver's License
1111

12-
The PDF417 barcode on an AAMVA compatible 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.
1313

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.
1515

1616
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/read-a-drivers-license/index.html">Read the PDF417 Barcode on the Driver&apos;s License - Demo</a>
1717
* <a target = "_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&apos;s License - Source Code</a>
1818

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/).
2020

2121
## Read barcodes via camera and show result texts on the video
2222

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()`.
2424

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.
2626

2727
* <a target = "_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>
2828
* <a target = "_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>
2929

3030
## Locate an Item via Barcode
3131

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.
3333

3434
The following sample demonstrates how to utilize the SDK to find an item using a barcode among many barcodes.
3535

0 commit comments

Comments
 (0)