MultipleBarcodeReader

Implementation of this interface attempt to read several barcodes from one image.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun decodeMultiple(image: BinaryBitmap): Array<Result>
abstract fun decodeMultiple(image: BinaryBitmap, hints: Map<DecodeHintType, *>?): Array<Result>