barcode-scanner
barcode-scanner copied to clipboard
Append UPC/EAN Extension to barcode
Appends the UPC/EAN extension to the scanned barcode.
@mbaierPVG Sorry for my delayed answer, this PR got lost somehow on my side and I just realised it since someone other opened one. Do you see the possibility to add this to the iOS version as well?
Thanks a lot!
AVFoundation doesn't support scanning barcodes with extensions like EAN3/5. Therefore, i see not the possibility to implement this in the iOS version.
All right, thank you for the update. I am currently testing out a rewrite to ML Kit to allow better handling of 1D codes. Unfortunately this feature is not available in ML Kit at all (https://github.com/googlesamples/mlkit/issues/184). I think this feature is necessary for your use case and switching to ML Kit would brake the functionality for you, am I right?
@mbaierPVG the upcoming ml-kit version does not support this feature unfortunately, I will close this PR since I am not able to port it to the new code base.
Thank you anyway for your work!