public final class PDF417ScanningDecoder extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static 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) | 
public static DecoderResult decode(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) throws NotFoundException, FormatException, ChecksumException
public static String toString(com.google.zxing.pdf417.decoder.BarcodeValue[][] barcodeMatrix)
Copyright © 2007–2018. All rights reserved.