Anyone have experience or know of an open source barcode reading library for images?
There's of course a bunch of paid options, but I'm looking for an open source alternative if one exists.
3 Replies
@fenixblades do you know what type of barcode it is? If it's 39 I think https://github.com/micjahn/ZXing.Net/ is still free.
GitHub
GitHub - micjahn/ZXing.Net: .Net port of the original java-based ba...
.Net port of the original java-based barcode reader and generator library zxing - GitHub - micjahn/ZXing.Net: .Net port of the original java-based barcode reader and generator library zxing
does it need to be cross-platform? Windows 10 comes with a software barcode decoder by default
it supports almost a dozen different types of barcodes https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/pos-camerabarcode-symbologies
Camera Barcode Scanner Symbologies - UWP applications
View sample barcodes for each of the symbologies supported by the software barcode decoder that ships with Windows 10.