π₯ Watch the full video here:
π Or get started right away with the docs (UI + code examples): developers.llamaindex.ai/python/clou...
π₯ Watch the full video here:
π Or get started right away with the docs (UI + code examples): developers.llamaindex.ai/python/clou...
In this walkthrough, @cle-does-things.bsky.social demonstrates how to configure LlamaSplit to break down Environmental Impact Reports into clearly defined impact categories π³
04.03.2026 16:58 β π 1 π 0 π¬ 1 π 0
With the intuitive UI, you can:
β’ Define a custom configuration for how your documents should be categorized
β’ Specify the exact sections or impact types you want extracted
β’ Run the job and explore the results through an interactive interfaceπ
If you need to split complex or composite documents into structured categories or sections, LlamaSplit is built for the job βοΈ
04.03.2026 16:58 β π 0 π 0 π¬ 1 π 0Read about our evolution and what's next: www.llamaindex.ai/blog/llamai...
03.03.2026 20:04 β π 0 π 0 π¬ 0 π 0Our mission is now providing core infrastructure to automate knowledge work over documents, not just being connective tissue between LLMs and data.
03.03.2026 20:04 β π 1 π 0 π¬ 1 π 0βοΈ Real automation potential exists in workflows where humans manually process documents daily - financial analysis, contract review, insurance underwriting can all become end-to-end agentic processes
03.03.2026 20:04 β π 0 π 0 π¬ 1 π 0π’ LlamaParse now processes 300k+ users across 50+ formats for enterprises like Carlyle, CEMEX, and KPMG with multi-agent workflows combining OCR, computer vision, and LLM reasoning
03.03.2026 20:04 β π 0 π 0 π¬ 1 π 0π Document understanding remains a massive opportunity - frontier vision models still struggle with complex tables, charts, and long documents at scale
03.03.2026 20:04 β π 0 π 0 π¬ 1 π 0
LlamaIndex has evolved far beyond a RAG framework - we're now focused on agentic document processing that automates knowledge work.
π Agent orchestration has fundamentally changed with sophisticated reasoning loops, tool discovery through Skills/MCP, and coding agents that write Python for you
When you parse a document with LlamaParse, you also get access to layout data for figures, charts, etc.
Parse the document, specify to save layout images, and access those images on the response! Each image will be a cropped screenshot of that specific layout element.
Check out the full tutorial: developers.llamaindex.ai/python/clou...
27.02.2026 17:02 β π 0 π 0 π¬ 0 π 0
β‘ Use the items view to get per-page structured data including tables and figures
We demonstrate this using a 2024 Executive Summary PDF, extracting a fiscal year chart showing Budget Deficit vs Net Operating Cost data spanning 2020-2024, and reproducing the key financial insights.
π Enable specialized chart parsing to convert visual charts into structured table data
πΌ Extract table rows directly from parsed PDF pages and load them into DataFrames
π Perform year-over-year analysis, calculate gaps between metrics, and create visualizations
Turn your PDF charts into pandas DataFrames with specialized chart parsing in LlamaParse!
This tutorial walks you through extracting structured data from charts and graphs in PDFs, then running data analysis with pandas - no manual data entry required.
Read the full tutorial: www.llamaindex.ai/blog/creati...
26.02.2026 17:02 β π 1 π 0 π¬ 0 π 0The tutorial covers prompt engineering best practices, using example files effectively, visualizing agent workflows, and deploying to production. We demonstrate the complete process from initial prompt to testing the deployed application with real deal documents.
26.02.2026 17:02 β π 0 π 0 π¬ 2 π 0π§ Iterate and refine your agent through natural language conversations
26.02.2026 17:02 β π 0 π 0 π¬ 1 π 0
π― Classify deals into buyout, growth, or minority investment strategies
π Extract critical metrics including revenue, EBITDA, growth rates, and debt levels
π Deploy directly to GitHub and get a working UI without writing code
Build a private equity deal sourcing agent that automatically classifies investment opportunities and extracts key financial metrics using our LlamaAgents Builder.
This step-by-step guide shows you how to create an agent that processes deal files like teasers and financial summaries:
Read our full analysis: www.llamaindex.ai/blog/omnido...
24.02.2026 17:03 β π 1 π 0 π¬ 0 π 0We're building parsing models focused on semantic correctness for complex visual documents. If you're scaling OCR workloads in production, LlamaParse handles the edge cases that benchmarks miss.
24.02.2026 17:03 β π 0 π 0 π¬ 1 π 0The document parsing challenge isn't solved just because benchmark scores look impressive. We need evaluation methods that reward semantic understanding over exact formatting, especially as AI agents become the primary consumers of parsed content.
24.02.2026 17:03 β π 1 π 0 π¬ 1 π 0
β‘ AI agents need semantic correctness, not perfect formatting matches - current benchmarks miss this critical distinction
π¬ The benchmark's 1,355 pages can't capture the full complexity of production document processing needs
π Models are saturating OmniDocBench scores but still struggle with complex financial reports, legal filings, and domain-specific documents
π― Rigid exact-match evaluation penalizes semantically correct outputs that differ in formatting (HTML vs markdown, spacing, etc.)
Our latest analysis reveals why OmniDocBench, the go-to standard for document parsing evaluation, is becoming inadequate as models like GLM-OCR @Zai_org achieve 94.6% accuracy while still failing on complex real-world documents.
24.02.2026 17:03 β π 1 π 0 π¬ 1 π 0Document OCR benchmarks are hitting a ceiling - and that's a problem for real-world AI applications.
24.02.2026 17:03 β π 1 π 0 π¬ 1 π 0
π₯ Watch the full walkthrough: youtu.be/5Nk6KZhBDbQ
π¦ Get started with LlamaCloud: cloud.llamaindex.ai/signup
You can provide example documents as context, and the agent will use them as a starting point to design and tailor your workflow. The result? Applications that better match your real-world use case.
The more representative your sample files, the more accurate your final app will be.