[PR #1617] [CLOSED] docs: add PyMuPDFLayout document loader #1704

Closed
opened 2026-02-17 17:22:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1617
Author: @jamie-lemon
Created: 11/24/2025
Status: Closed

Base: mainHead: main


📝 Commits (7)

  • a42a150 docs: add PyMuPDFLayout document loader
  • 43d1b4b Merge branch 'main' into main
  • 01f4627 Update src/oss/python/integrations/document_loaders/pymupdf-layout.mdx
  • d95a258 Update src/oss/python/integrations/document_loaders/pymupdf-layout.mdx
  • 1c9ffcd Update src/oss/python/integrations/document_loaders/pymupdf-layout.mdx
  • 21b5b50 chore: update package download counts (#11)
  • c9a77fc Merge branch 'main' into main

📊 Changes

4 files changed (+362 additions, -261 deletions)

View changed files

📝 reference/packages.yml (+253 -253)
📝 src/oss/python/integrations/document_loaders/index.mdx (+1 -0)
src/oss/python/integrations/document_loaders/pymupdf-layout.mdx (+95 -0)
📝 src/oss/python/integrations/providers/overview.mdx (+13 -8)

📄 Description

Overview

Adds information for the Langchain PyMuPDF Layout document loader

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

Please see: https://github.com/pymupdf/langchain-pymupdf-layout for more


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1617 **Author:** [@jamie-lemon](https://github.com/jamie-lemon) **Created:** 11/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`a42a150`](https://github.com/langchain-ai/docs/commit/a42a150522980d2fbbef2ce80ff0de062bc76af5) docs: add PyMuPDFLayout document loader - [`43d1b4b`](https://github.com/langchain-ai/docs/commit/43d1b4ba15bf9baaca49b4e4932444c737d4c857) Merge branch 'main' into main - [`01f4627`](https://github.com/langchain-ai/docs/commit/01f4627bf9996177a2dd38bbb0a723620aae8939) Update src/oss/python/integrations/document_loaders/pymupdf-layout.mdx - [`d95a258`](https://github.com/langchain-ai/docs/commit/d95a258f18802ec493d3dc9c76640092794e3983) Update src/oss/python/integrations/document_loaders/pymupdf-layout.mdx - [`1c9ffcd`](https://github.com/langchain-ai/docs/commit/1c9ffcd4b90206c62f3d1c8de7f359a9a45b4004) Update src/oss/python/integrations/document_loaders/pymupdf-layout.mdx - [`21b5b50`](https://github.com/langchain-ai/docs/commit/21b5b500953eb99b71da41ae4c80a01173de44c9) chore: update package download counts (#11) - [`c9a77fc`](https://github.com/langchain-ai/docs/commit/c9a77fc910e39a65f659bf756a88f0eabead1182) Merge branch 'main' into main ### 📊 Changes **4 files changed** (+362 additions, -261 deletions) <details> <summary>View changed files</summary> 📝 `reference/packages.yml` (+253 -253) 📝 `src/oss/python/integrations/document_loaders/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/document_loaders/pymupdf-layout.mdx` (+95 -0) 📝 `src/oss/python/integrations/providers/overview.mdx` (+13 -8) </details> ### 📄 Description ## Overview Adds information for the Langchain PyMuPDF Layout document loader ## Type of change **Type:** Update existing documentation ## Related issues/PRs ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes Please see: https://github.com/pymupdf/langchain-pymupdf-layout for more --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:38 -05:00
yindo changed title from [PR #1617] docs: add PyMuPDFLayout document loader to [PR #1617] [CLOSED] docs: add PyMuPDFLayout document loader 2026-06-05 18:14:29 -04:00
yindo closed this issue 2026-06-05 18:14:29 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1704