I have implemented MlKit Vision Barcode Scanning API in a sample app and it works correctly. I would like to put it into my prod app but for that I need an option of adding supported types for recognition. Specifically GS1 Databar types are not supported by MLKit but really common in production.
Q: How can I retrain the existing model for barcode scanning or build on top of it?