Package com.google.zxing.pdf417.decoder
Class PDF417ScanningDecoder
java.lang.Object
com.google.zxing.pdf417.decoder.PDF417ScanningDecoder
- Author:
- Guenther Grau
-
Method Summary
Modifier and TypeMethodDescriptionstatic DecoderResult
decode
(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) static String
toString
(com.google.zxing.pdf417.decoder.BarcodeValue[][] barcodeMatrix)
-
Method Details
-
decode
public static DecoderResult decode(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) throws NotFoundException, FormatException, ChecksumException -
toString
-