---
title: LlamaParse Examples | LlamaIndex OSS Documentation
description: Collection of examples demonstrating how to use the LlamaParse
---

[Quick Start: Parse a PDF & Interpret Outputs ](/python/cloud/llamaparse/tutorials/parse_pdf_outputs/index.md)Parse a single PDF and understand the text, markdown, items, and metadata outputs LlamaParse returns.

[Parse Embedded Charts and Analyze with Pandas ](/python/cloud/llamaparse/tutorials/parse_charts_pandas/index.md)Parse chart data from a PDF with specialized chart parsing, then run data science with pandas (summaries, plots, value counts).

[Parse with Additional Prompts ](/python/cloud/llamaparse/tutorials/parse_with_prompts/index.md)Guide parsing output with custom prompts. Extract specific data from a McDonald's receipt by instructing the parser to focus only on prices and totals.

[Parse All PDFs in a Folder with LlamaParse ](/python/cloud/llamaparse/tutorials/async_parse_folder/index.md)Parse all PDFs in a folder with LlamaParse and Asyncio

For more detailed examples on how to use the Python SDK, visit [our GitHub repo](https://github.com/run-llama/llama-cloud-py/tree/main/examples/parse).
