public final class Decoder extends Object
The main class which implements MaxiCode decoding -- as opposed to locating and extracting the MaxiCode from an image.
| Constructor and Description |
|---|
Decoder()
|
public DecoderResultdecode(BitMatrix bits) throws ChecksumException , FormatException
ChecksumException
FormatException
public DecoderResultdecode(BitMatrix bits, Map <DecodeHintType ,?> hints) throws FormatException , ChecksumException
FormatException
ChecksumException