axxel
axxel
Can you give an example of what you consider to be a "complex" PDF417 symbol and therefore fails to be decoded with ZXing.NET?
Hi Tom, no, I'm not Mike, I'm the maintainer of the [zxing-cpp](https://github.com/zxing-cpp/zxing-cpp) project. I re-implemented a bunch of the detector algorithms but the PDF417 detector is still mostly the one...
Maybe there is something wrong with the bing search link you provided. I get [this image](https://idtempl.com/wp-content/uploads/2022/04/Screenshot-2022-06-04-135541.jpg) if I follow that link. My [zxing-bench](https://github.com/axxel/zxing-bench/blob/main/dotnet/README.md) tool that compares the ZXing.NET implementation with...
I have no experience with zxing.net.maui. I was referring to https://www.nuget.org/packages/ZXing.Net and my benchmark tool is currently using 0.16.14. CORRECTION: I'm using https://www.nuget.org/packages/ZXing.Net.Bindings.SkiaSharp/ version 0.16.14 and that is depending on...
I believe this is basically the same issue as discussed in #556.
Can you post the QRCode image itself that fails to decode?
> i fixed that. Now, i push in zxing crop image and that worked. But anyway, why zxing recognize multiformat, if i push only qr_code type ? Well, with the...
I would assume ZXing.NET can decode EPC QRCodes just fine. Those are standard QRCodes with a simple multi-line text content. Can you give a sample that fails and explain how...
> Is there a difference bw the ZXing.NET and ZXingCpp ? ZXingCpp is a thin .NET wrapper around the c++ library [zxing-cpp](https://github.com/zxing-cpp/zxing-cpp). Some parts of it, including the QRCode detector...
Since BinaryEye / [zxing-cpp](https://github.com/zxing-cpp/zxing-cpp) has been mentioned above: there is now a [.NET wrapper](https://www.nuget.org/packages/ZXingCpp/) for that c++ library available.