Uses of Class
com.google.zxing.pdf417.detector.PDF417DetectorResult
-
Packages that use PDF417DetectorResult Package Description com.google.zxing.pdf417.detector -
-
Uses of PDF417DetectorResult in com.google.zxing.pdf417.detector
Methods in com.google.zxing.pdf417.detector that return PDF417DetectorResult Modifier and Type Method Description static PDF417DetectorResult
Detector. detect(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints, boolean multiple)
Detects a PDF417 Code in an image.
-