baltermia / barcodereader-imagesharp

A barcode reader compatible with SixLabors.ImageSharp using ZXing. Trying to remove System.Drawing.Common dependencies.
MIT License
8 stars 3 forks source link

Hi a different Code_39 barcode needs help #7

Open bastrou opened 1 year ago

bastrou commented 1 year ago

Hi my company uses a barcode format Code_39 a little deferment that the usual it misses a few bars at the end. The above its my company's barcode and the other with the numbers is the usual. bitmap I read that there is a class in zxing library https://zxing.github.io/zxing/apidocs/com/google/zxing/oned/Code39Reader.html that removes the necessity of this digits at the end. Can you help in order to have access to her.

Thank you