densen2014 / ZXingBlazor

Using ZXing Scan barcode/QR code in blazor
Apache License 2.0
102 stars 41 forks source link

Difference between a barcode and qr #30

Closed KSDev31 closed 1 year ago

KSDev31 commented 1 year ago

Hi densen! I would like to know if it is possible to differentiate between a barcode and a QR code?

densen2014 commented 1 year ago

what did you want?only decode 1d or 2d?

KSDev31 commented 1 year ago

I currently decode 1D, but I need to know if they can be differentiated so that a 1D is not entered where a QR goes

densen2014 commented 1 year ago

It seems to be a false requirement, but we can give you a parameter setting to only decode 1D or 2D.

what did you think?

KSDev31 commented 1 year ago

It worked sending you the formats, I wasn't sure what to do. I went back through the files on your site to test the library and got it. thank you very much!