Gaston Yelmini
Gaston Yelmini

Reputation: 31

React Native read pdf417 barcode from image

I need to read a pdf417 barcode from a taken photo with React Native. I tried react-native-camera, but it only reads barcodes from camera. Have anyone used another library to do this?

Thanks.

Upvotes: 0

Views: 960

Answers (1)

Ali Bakhtiar
Ali Bakhtiar

Reputation: 178

If you want to decode barcode from image(if I understood correctly your problem), react-native-camera does not support this feature. A good alternative for this will be Barcode recognition tools in JS. For instance, have a look at this link and demos in it.

Good luck

Upvotes: 1

Related Questions