Closed ishaqbhojani closed 7 years ago
Hi,
It is a problem with the library itself not with your code for 1 and 4. Strange is that according with a test case I quickly build for case 1 it passes on nodejs side, however it does not work from browser and case 4 does not work at all even if it seems like a pretty simple and standard one. I will have to investigate it further.
2 and 3 are not QR codes, are UPC. These are not implemented yet, are included in roadmap in "oned" submodule but will take some time to get there.
OK great, Any idea how much time it will take to fix this issue?
I do not currently have a focus on this project and will probably advance very slowly. The problem for this one was very simple, but hard to spot, because it manifested for some type of images only, here is the fix: https://github.com/aleris/zxing-typescript/commit/6c8e45939a5b23199652ad39dc77cd205cc19c06#diff-80c1be98d55c33dbadd1cc608aa591b6L27
Hi there, I finally successfully installed with angular 4 and typescript. but its only decode the QR code you have provided in example.
Its not working with any other QR code.
I have tried following images.
1. 2. 3. 4.
It only works with.
Here is my code.
Here is the error log
Exception {type: "NotFoundException", message: undefined}
is there anything wrong I am doing?