Parse ingredient lines
parse_ingredientsParse ingredient text into structured parts (quantity, unit, food, note) with confidence scores. Preview how Mealie interprets a line before adding it to a recipe or shopping list.
Instructions
Splits free-text ingredient lines into quantity, unit, food and note, and reports how confident Mealie is about each part. Nothing is saved. Use it to check how a line will be understood before writing it to a recipe or a shopping list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parser | No | "nlp" (default) uses the trained model, "brute" a rule-based split. Mealie also offers an "openai" parser; it is not exposed here because it sends every line to an external provider. | |
| ingredients | Yes | Ingredient lines, e.g. "2 tbsp olive oil" |