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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: