Experimental Feature
Mealie can use natural language processing to attempt to parse and create units, and foods for your Recipe
ingredients. This is experimental and may not work as expected. If you choose to not use the parsed results
you can select cancel and your changes will not be saved.
To use the ingredient parser, click the "Parse All" button and the process will start. When the processed
ingredients are available, you can look through the items and verify that they were parsed correctly. The models
confidence score is displayed on the right of the title item. This is an average of all scores and may not be
wholely accurate.
Alerts will be displayed if a matching foods or unit is found but does not exists in the database.
{{ $globals.icons.foods }}
Parse All
Save All
{{ ing.input }}
{{ isError(ing) ? $globals.icons.alert : $globals.icons.check }}
{{ ing.confidence ? asPercentage(ing.confidence.average) : "" }}
{{ ing.input }}
{{ errors[index].unitErrorMessage }}
{{ errors[index].foodErrorMessage }}