Skip to main content

Documentation Index

Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt

Use this file to discover all available pages before exploring further.

PyMuPDF4LLM is aimed to make it easier to extract PDF content in Markdown format, needed for LLM & RAG applications. langchain-pymupdf4llm integrates PyMuPDF4LLM to LangChain as a Document Loader.
%pip install -qU langchain-pymupdf4llm
from langchain_pymupdf4llm import PyMuPDF4LLMLoader, PyMuPDF4LLMParser