Agents

We've built a new feature in LlamaParse that lets you automatically extract any complex form into a structured JSON output 📋🤖 The best par…

We've built a new feature in LlamaParse that lets you automatically extract any complex form into a structured JSON output 📋🤖 The best part is there's no schema needed! We will systematically detect a

DGX agentx-post
agentsjerry-liu--x

We've built a new feature in LlamaParse that lets you automatically extract any complex form into a structured JSON output 📋🤖 The best part is there's no schema needed! We will systematically detect and extract out every single form key and corresponding form value from the document (blank if not filled). Simply set processing_options.forms='enrich' Check it out: http://login.llamaindex.ai/sign-up API docs: https://developers.api.llamaindex.ai/api/resources/parsing/methods/get/# Parsing a W-2 into markdown was always the easy part. Getting the fields out was a second pipeline: define a schema, map the fields, handle the edge cases. Set processing_options.forms='𝗲𝗻𝗿𝗶𝗰𝗵', and LlamaParse returns a dedicated JSON with field names, values, and checkbox …

Related

Source: Jerry Liu (X) | 2026-08-07

Loading related sources…