---
title: LlamaIndex | Developer Documentation
description: 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.

- [Parse](/llamaparse/parse/index.md)
- [Extract](/llamaparse/extract/index.md)
- [Index](/llamaparse/cloud-index-v2/getting_started/index.md)
- [Classify](/llamaparse/classify/index.md)
- [Split](/llamaparse/split/index.md)

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

[Get started ](/llamaparse/index.md)[Get API key](https://cloud.llamaindex.ai)

![](/_astro/llamaparse.BcyV_1Vn.webp)

[![](/_astro/liteparse.DdRNlAXE.webp)](/liteparse/index.md)

[Open source · runs locally](/liteparse/index.md)

## [LiteParse](/liteparse/index.md)

[A fast Rust parser that runs on your machine: layout, bounding boxes, Markdown, built-in OCR. No cloud, no API key.](/liteparse/index.md)

[LiteParse docs →](/liteparse/index.md)

[![](/_astro/framework.NrMdoBNN.webp)](/python/framework/index.md)

[Open source · Python & TypeScript](/python/framework/index.md)

## [LlamaIndex Framework](/python/framework/index.md)

[Build agents and RAG over your data: workflows, retrieval, hundreds of integrations. Works with either parser.](/python/framework/index.md)

[Framework docs →](/python/framework/index.md)

## 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.

Your documents

→

LlamaParse hosted

or

LiteParse local

→

LlamaIndex Framework agents, RAG

→

Your application

## Which one do I need?

| I want to…                                                  | Start with                                                     |
| ----------------------------------------------------------- | -------------------------------------------------------------- |
| Parse PDFs, scans and forms with the best possible accuracy | [LlamaParse](/llamaparse/parse/index.md)                       |
| Turn documents into structured JSON that matches my schema  | [LlamaParse · Extract](/llamaparse/extract/index.md)           |
| Run document processing inside my own cloud                 | [LlamaParse · Self-hosting](/llamaparse/self_hosting/index.md) |
| Parse documents locally, offline, or inside a coding agent  | [LiteParse](/liteparse/index.md)                               |
| Get text with bounding boxes, fast, without any API calls   | [LiteParse](/liteparse/guides/extraction/index.md)             |
| Build an agent or a RAG application in Python or TypeScript | [LlamaIndex Framework](/python/framework/index.md)             |

[API reference ](/reference/index.md)[Changelog ](/llamaparse/changelog/index.md)[MCP servers & agent skills ](/llamaparse/for-agents/mcp/index.md)[Pricing ](/llamaparse/general/pricing/index.md)[GitHub ](https://github.com/run-llama)[Discord](https://discord.com/invite/eN6D2HQ4aX)
