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
Looking through the recent commits and hypothesizing based on the binwrite error, perhaps the structure that needs to be passed to IO.binwrite should be (pid, symbols) instead of (pid, {:ok, symbols}) which is breaking the code in do_scan's return line 57 of zbar.ex?
Any thoughts appreciated! Thanks
The text was updated successfully, but these errors were encountered:
When I run the basic usage like:
File.read("barcode.jpg") |> Zbar.scan()
I get an error like
Looking through the recent commits and hypothesizing based on the binwrite error, perhaps the structure that needs to be passed to IO.binwrite should be
(pid, symbols)
instead of(pid, {:ok, symbols})
which is breaking the code in do_scan's return line 57 of zbar.ex?Any thoughts appreciated! Thanks
The text was updated successfully, but these errors were encountered: