I was wondering if there's any library in java (.jar) which let me take the data readed by the QR scanner/reader. I'm using a Voyager 1452g from Honeywell and the only libs i see are created for android/ios/javascript.
Example:
I scan a QR code and I know there's a text like: "this is a sample" and when I scan it, there's a function of the library that allows me to store this text into a String.
Any information will be very usefull, thanks.