KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.multi
/
MultipleBarcodeReader
Multiple
Barcode
Reader
interface
MultipleBarcodeReader
Implementation of this interface attempt to read several barcodes from one image.
See also
Reader
Inheritors
GenericMultipleBarcodeReader
QRCodeMultiReader
PDF417Reader
Members
Functions
decode
Multiple
Link copied to clipboard
abstract
fun
decodeMultiple
(
image
:
BinaryBitmap
)
:
Array
<
Result
>
abstract
fun
decodeMultiple
(
image
:
BinaryBitmap
,
hints
:
Map
<
DecodeHintType
,
*
>
?
)
:
Array
<
Result
>