detect
fun detect(image: BinaryBitmap, hints: Map<DecodeHintType, Any?>?, multiple: Boolean): PDF417DetectorResult
Detects a PDF417 Code in an image. Checks 0, 90, 180, and 270 degree rotations.
Return
PDF417DetectorResult encapsulating results of detecting a PDF417 code
Parameters
image
barcode image to decode
hints
optional hints to detector
multiple
if true, then the image is searched for multiple codes. If false, then at most one code will be found and returned
Throws
if no PDF417 Code can be found