makiuchi-d / gozxing

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

can't decode gozxing, but zxing online decode correctly #29

Closed tggo closed 4 years ago

tggo commented 4 years ago

2020-01-25 11 41 17

zxing.org/w/decode Screen Shot 2020-01-25 at 12 02 58

tggo commented 4 years ago

with hints := map[gozxing.DecodeHintType]interface{}{gozxing.DecodeHintType_TRY_HARDER: true}

working nice