Uses of Class
com.google.zxing.pdf417.detector.PDF417DetectorResult
Packages that use PDF417DetectorResult
-
Uses of PDF417DetectorResult in com.google.zxing.pdf417.detector
Methods in com.google.zxing.pdf417.detector that return PDF417DetectorResultModifier and TypeMethodDescriptionstatic PDF417DetectorResult
Detector.detect
(BinaryBitmap image, Map<DecodeHintType, ?> hints, boolean multiple) Detects a PDF417 Code in an image.