I am trying to implement a javascript/react code to scan barcode of PDF-417 format. I havent done this before. On researching I found:
https://github.com/PeculiarVentures/js-zxing-pdf417 based on https://github.com/zxing/zxing, but it seems to be working only with the image provided.. other barcode images seems to be failing.
Basically I need to take user input from laptop camera and scan the barcode and read the data.
Any help is highly appreciated.