You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm working on a React project and I've been struggling trying to make the reader work.
I'm uploading a file on an async function and created a new instance of BrowserPDF417Reader, after calling decode method and passing the file as a parameter, it keeps breaking... the console throws this message.
NotFoundException at Function.NotFoundException.getNotFoundInstance
By the way, just for the record I've tried the methods decodeFromImage(), decodeFromImageElement(), decodeFromImageUrl(). The version that I've installed on my package is "@zxing/browser": "^0.1.1", "@zxing/library": "^0.19.1",
Also I've tried using other versions, having the same result.
Always the same response, the file is being read as blob.
It would be great if anyone can give me a help or a hint so I can try this new feature. Better if we have more docs to handle this.
The text was updated successfully, but these errors were encountered:
Hi, I'm working on a React project and I've been struggling trying to make the reader work.
I'm uploading a file on an async function and created a new instance of BrowserPDF417Reader, after calling decode method and passing the file as a parameter, it keeps breaking... the console throws this message.
NotFoundException at Function.NotFoundException.getNotFoundInstance
By the way, just for the record I've tried the methods decodeFromImage(), decodeFromImageElement(), decodeFromImageUrl(). The version that I've installed on my package is "@zxing/browser": "^0.1.1", "@zxing/library": "^0.19.1",
Also I've tried using other versions, having the same result.
Always the same response, the file is being read as blob.
It would be great if anyone can give me a help or a hint so I can try this new feature. Better if we have more docs to handle this.
The text was updated successfully, but these errors were encountered: