I have a lot of photos with a specific format. A part of each photo is the QR code.
And I want to read all of this and decode the QR code section and save the decoded information in the database
I am currently using this package, but this package only works properly when the image contains only QR code. otherwise the decoding will not be done and it will return false value.
but in online decoder(https://zxing.org/w/decode.jspx), the full image is uploaded and the relevant data is correctly detected.
I have a lot of photos with a specific format. A part of each photo is the QR code. And I want to read all of this and decode the QR code section and save the decoded information in the database I am currently using this package, but this package only works properly when the image contains only QR code. otherwise the decoding will not be done and it will return false value. but in online decoder(https://zxing.org/w/decode.jspx), the full image is uploaded and the relevant data is correctly detected.