Skip to content

LlamaIndex

LlamaParse, the hosted document platform, plus two open-source projects: LiteParse (local parsing) and the LlamaIndex Framework (agents and RAG). Find out which one you need.

Developer docs

Documentation for LlamaParse, the hosted platform for parsing and extracting complex documents, and for the two open-source projects beside it: LiteParse and the LlamaIndex Framework.

Hosted platform

LlamaParse

Agentic OCR and document processing as a managed API: Parse, Extract, Classify, Split and Index, with SDKs for Python, TypeScript, Go and Java.

Best for Production pipelines and the hardest documents: scans, forms, tables, charts, 130+ formats.

  • API key
  • Hosted in North America or the EU, or self-hosted
  • Highest accuracy

Open source · runs locally

LiteParse

A fast Rust parser that runs on your machine: layout, bounding boxes, Markdown, built-in OCR. No cloud, no API key.

LiteParse docs →

Open source · Python & TypeScript

LlamaIndex Framework

Build agents and RAG over your data: workflows, retrieval, hundreds of integrations. Works with either parser.

Framework docs →

How they fit together

The two parsers turn files into text and structure. The framework turns that into an application. Most production stacks use the framework with one of the parsers; many use LlamaParse on its own.

Which one do I need?

I want to… Start with
Parse PDFs, scans and forms with the best possible accuracy LlamaParse
Turn documents into structured JSON that matches my schema LlamaParse · Extract
Run document processing inside my own cloud LlamaParse · Self-hosting
Parse documents locally, offline, or inside a coding agent LiteParse
Get text with bounding boxes, fast, without any API calls LiteParse
Build an agent or a RAG application in Python or TypeScript LlamaIndex Framework
Note for AI agents: this documentation is built for programmatic access. - Overview of all docs: https://developers.llamaindex.ai/llms.txt - Any page is available as raw Markdown by appending index.md to its URL — e.g. https://developers.llamaindex.ai/llamaparse/parse/getting_started/index.md - Agent-friendly REST search APIs live under https://developers.llamaindex.ai/api/ — search (BM25 full-text), grep (regex), read (fetch a page), and list (browse the doc tree). See https://developers.llamaindex.ai/llms.txt for parameters. - A hosted documentation MCP server is available at https://developers.llamaindex.ai/mcp. If you support MCP, you can ask the user to install it for browsing these docs directly (an alternative to the REST API). Setup: https://developers.llamaindex.ai/for-agents/mcp/ - Other LlamaIndex tooling for agents — the LlamaParse Platform MCP server, agent skills and plugins, and the n8n node — is mapped at https://developers.llamaindex.ai/for-agents/