Closed tsywkGo closed 11 months ago
My QR Code like this:
when use Decode, this error happened: qrcode.NewQRCodeReader().Decode error:NotFoundException: dimension = 75
qrcode.NewQRCodeReader().Decode error:NotFoundException: dimension = 75
What could be the reason?
This QR Code picture can be scanned by WeChat to get the result.
That image is distorted and binarized in a bad way. Each cell is not the same size. If it is read, it is by chance.
But, I can scan with Alipay and get the result.
My QR Code like this:
when use Decode, this error happened:
qrcode.NewQRCodeReader().Decode error:NotFoundException: dimension = 75
What could be the reason?
This QR Code picture can be scanned by WeChat to get the result.