start

fun start(    context: Context,     product: Product,     sendUpdated: Boolean = false,     performOcr: Boolean = false,     showCategoryPrompt: Boolean = false,     showNutritionPrompt: Boolean = false)
fun start(    context: Context,     offlineProduct: OfflineSavedProduct,     sendUpdated: Boolean = false,     performOcr: Boolean = false,     showCategoryPrompt: Boolean = false,     showNutritionPrompt: Boolean = false)