LlamaParse Examples
Quick Start: Parse a PDF & Interpret Outputs Parse a single PDF and understand the text, markdown, items, and metadata outputs LlamaParse returns.
Parse Embedded Charts and Analyze with Pandas Parse chart data from a PDF with specialized chart parsing, then run data science with pandas (summaries, plots, value counts).
Parse with Additional Prompts 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 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.