Detector
object Detector
Encapsulates logic that can detect a PDF417 Code in an image, even if the PDF417 Code is rotated or skewed, or partially obscured.
Functions
Link copied to clipboard
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.