I am trying to decode a QR code that is in a jpeg image that I send to AppEngine in the Java version.
I tried to use ZXing but could not. The obvious solution would be to use their Javase module, but for this you need to use BufferedImage and ImageIO, which are not available in AppEngine.
Is there an alternative solution?
source
share