makiuchi-d / gozxing

Port of ZXing (https://github.com/zxing/zxing) core to pure Go.
Other
564 stars 65 forks source link

NotFoundException: dimension = 75 #59

Closed tsywkGo closed 11 months ago

tsywkGo commented 1 year ago

My QR Code like this: image

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.

makiuchi-d commented 1 year ago

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.

tsywkGo commented 1 year ago

But, I can scan with Alipay and get the result.