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.pdf417.decoder
/
PDF417ScanningDecoder
/
decode
decode
fun
decode
(
image
:
BitMatrix
,
imageTopLeft
:
ResultPoint
?
,
imageBottomLeft
:
ResultPoint
?
,
imageTopRight
:
ResultPoint
?
,
imageBottomRight
:
ResultPoint
?
,
minCodewordWidth
:
Int
,
maxCodewordWidth
:
Int
)
:
DecoderResult