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
I have encountered some problems when I use PDFBarcodeJS. When the concurrency call program, the return result is always the same. Barcode is different in each PDF file,I guess this is not a problem caused by Closure.
I look forward to getting help.
After some research I found out that,
The concurrency issue is caused by decodeSingle function of QuaggaJS mentioned here : serratus/quaggaJS#135 . A solution looks like is provided here: ericblade/quagga2#171 , if this is the only solution, then a major update (from quagga to quagga2) would be necessary.
The text was updated successfully, but these errors were encountered:
This issue was reported by J.M via email:
Hello,
I have encountered some problems when I use PDFBarcodeJS. When the concurrency call program, the return result is always the same. Barcode is different in each PDF file,I guess this is not a problem caused by Closure.
I look forward to getting help.
After some research I found out that,
The concurrency issue is caused by decodeSingle function of QuaggaJS mentioned here : serratus/quaggaJS#135 . A solution looks like is provided here: ericblade/quagga2#171 , if this is the only solution, then a major update (from quagga to quagga2) would be necessary.
The text was updated successfully, but these errors were encountered: