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: 4.use-case/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ In order to ensure that the scanner picks up only PDF417 barcode types, we first
16
16
17
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
18
19
-
NOTE that a PDF417 barcode is often very dense and may
20
-
21
19
By following a similar extraction and mapping mechanism, you can easily implement this feature in your own web application.
0 commit comments