Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 877 Bytes

File metadata and controls

18 lines (10 loc) · 877 Bytes

Advanced RAG: Extracting Complex PDFs containing tables & Text Using LlamaParse

Open In Colab

This example contains code and examples for comparing LangChain, LlamaIndex, and LlamaParse in extracting data from PDFs, especially those with complex tables and text.

Overview

In this project, we explore:

  • Q&A on PDF data using LangChain

  • Q&A on PDF data using LlamaIndex

  • Q&A on PDF data using LlamaIndex with LlamaParse

The results of each method are compared in colab notebook Open In Colab