# `LangExtract.Pipeline.Parser`
[🔗](https://github.com/mdepolli/lang_extract/blob/v0.10.0/lib/lang_extract/pipeline/parser.ex#L1)

Parses canonical extraction maps into `%Extraction{}` structs.

Expects normalized maps from `LangExtract.WireFormat`. Validates each
entry before constructing structs.

Internal — no stability guarantees; see the README's "Stability"
section. Documented because it explains how the library works, not
because it is API.

# `parse`

```elixir
@spec parse(map()) ::
  {:ok, [LangExtract.Extraction.t()]} | {:error, :missing_extractions}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
