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
Numpy is a pretty huge dependency (~40MB, mostly due to openblas) that I'd like to avoid. Looking at the API, the read_barcode function takes an image in either PIL or numpy format.
Does this mean the requirement on numpy could be made optional when using PIL?