I'm trying to decode a QR code which is in a jpeg image, that I post to AppEngine, in the Java version.
I have tried to use ZXing, but couldn't manage to. The obvious solution would be to use their 'Javase' module, but that needs to use BufferedImage and ImageIO, which are not available in AppEngine.
Is there some alternate solution?