Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
class PDF417DetectorResult(bits: BitMatrix, points: List<Array<ResultPoint?>>, rotation: Int)