Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQRCodeMultiReader ¶
func NewQRCodeMultiReader() multi.MultipleBarcodeReader
Types ¶
type QRCodeMultiReader ¶
type QRCodeMultiReader struct {
*qrcode.QRCodeReader
}
func (*QRCodeMultiReader) DecodeMultiple ¶
func (this *QRCodeMultiReader) DecodeMultiple(image *gozxing.BinaryBitmap, hints map[gozxing.DecodeHintType]interface{}) ([]*gozxing.Result, error)
func (*QRCodeMultiReader) DecodeMultipleWithoutHint ¶
func (this *QRCodeMultiReader) DecodeMultipleWithoutHint(image *gozxing.BinaryBitmap) ([]*gozxing.Result, error)
Click to show internal directories.
Click to hide internal directories.