Skip to content

Commit c5e7720

Browse files
committed
update readme to indicate the use of DCP
1 parent 134e4e9 commit c5e7720

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

4.use-case/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ Another very popular scenario is extracting the driver license info that is enco
1414

1515
In order to ensure that the scanner picks up only PDF417 barcode types, we first ensure that the `barcodeFormatIds` of the `RuntimeSettings` is set to `BF_PDF417`. This way, the scanner is better configured to pick up the driver license barcodes.
1616

17-
The core text extraction happens in the function `extractInformation`. Please pay special attention to the `driverLicenseFields` variable, which contains all the mapping defintions for the different abbreviations.
18-
19-
NOTE that a PDF417 barcode is often very dense and may
20-
21-
By following a similar extraction and mapping mechanism, you can easily implement this feature in your own web application.
17+
The core information extraction happens in the function `extractResultAlert`, in which we are using the SDK Dynamsoft Code Parser to parse the raw string and get the actual encoded information.
2218

2319
## Support
2420

0 commit comments

Comments
 (0)