tony-xlh / vision-camera-dynamsoft-barcode-reader

React Native Vision Camera Frame Processor Plugin of Dynamsoft Barcode Reader
MIT License
76 stars 16 forks source link

Can this read QR code pictures from the album #12

Closed jamninetyfive closed 1 year ago

jamninetyfive commented 1 year ago

Can this read QR code pictures from the album like base64

tony-xlh commented 1 year ago

It is possible since a frame processor plugin is basiccaly a react native native module. I just have to add a method for this.

jamninetyfive commented 1 year ago

I'm excited about this. I can't wait. Thank you for your work.

xulihang commented 1 year ago

A decodeBase64 function is added in 0.6.0.