Redth / ZXing.Net.Mobile

Barcode Scanner for Xamarin.iOS, Xamarin.Android, UWP and Tizen
MIT License
1.07k stars 701 forks source link

Code39 with check digit #759

Open gaglia opened 6 years ago

gaglia commented 6 years ago

Hello,

I need to read some Code39 barcodes that could also have a check digit.

Is there any option that allows me to read only the barcode without the character of CheckDigit?

For example, I have a barcode: 123456789

Printed on the label with the check digit. The scan reader returns me: 1234567892

Is there any option to make the scan reader return me 123456789?

Thanks so much

AndrewForta commented 6 months ago

I need this feature as well. @gaglia Did you ever find a workaround?

gaglia commented 6 months ago

Hi @AndrewForta no, sorry, I didn't find any alternatives