I\'m using zxing to decode QRcode images, but it always returns a NotFoundException. The online decoder at http://zxing.org/w/decode.jspx scans these images perfectly fine, so i
I had this problem too. And I solved it. Try add this hint to your code:
hints.put(DecodeHintType.PURE_BARCODE, Boolean.TRUE);