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