QRCode Analyzer
class QRCodeAnalyzer @JvmOverloads constructor(decodeConfig: DecodeConfig = DecodeConfig().setHints(
DecodeFormatManager.QR_CODE_HINTS
)) : BarcodeFormatAnalyzer<QRCodeReader>
二维码分析器
Author
Constructors
Link copied to clipboard
constructor(decodeConfig: DecodeConfig = DecodeConfig().setHints(
DecodeFormatManager.QR_CODE_HINTS
))