Hi!
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?