bardecoder
bardecoder copied to clipboard
Detect and decode QR Codes, written in 100% Rust.
Hi, when I scan the qr code [0], the content is recognized correct, but I also get the error `Error decoding QR Code: Unable to find alignment pattern` two times....
Hi is this project still being supported?
Add a CLI: ``` bardecoder file.png ```
Seems that QR Codes that have an empty center space to them are not readable by bardecoder.  It's readable on my phone, so at least it's valid to whatever...
I tried parsing 2 barcodes. 1 of them was a QR code and one was a PDF417 barcode. The QR parsed with no problem. The PDF417 barcode, however, didn't parse....
 Qrcode value is "E2186ST19121788"
One of the rotated versions fails (`test_wild_rotated_1`), likely because the QR code is too tilted. We don't have to retain the other two tests, as these cases are pretty much...
I can't decode this test barcode:  But I can if I size it up by 2x with no interpolation: 
First attempt at supporting multithreading for https://github.com/piderman314/bardecoder/issues/3 using a feature called "multithreaded". Currently hardcoded at 4 threads - not sure how this would be best configured.
These seem to be getting more popular by the day.