I\'m working with the zxing QR code APIs, and I\'m trying to extract binary data from a QR code on an android device. However, on android, Result.getResultMetadata() isn\'t
Why not start with the javadoc?
It is the raw codewords in the QR code. It is not the individual parsed byte segments.