public final class PDF417ScanningDecoder extends Object
| Modifier and Type | Method and Description |
|---|---|
static DecoderResult |
decode(BitMatrix
|
static String |
toString(com
|
public static DecoderResultdecode(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) throws NotFoundException , FormatException , ChecksumException
public static StringtoString(com .zxing .pdf417 .decoder .BarcodeValue [][] barcodeMatrix)