[PR #2056] [MERGED] docs: update OpenDataLoader PDF integration with new parameters #2090

Closed
opened 2026-02-17 17:23:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2056
Author: @hnc-leebd
Created: 1/1/2026
Status: Merged
Merged: 1/5/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (1)

  • 66658e5 docs: update OpenDataLoader PDF integration with new parameters

📊 Changes

2 files changed (+109 additions, -27 deletions)

View changed files

📝 src/oss/python/integrations/document_loaders/opendataloader_pdf.mdx (+85 -13)
📝 src/oss/python/integrations/providers/opendataloader_pdf.mdx (+24 -14)

📄 Description

Overview

  • Update tagline and description
  • Update Python requirement from 3.9 to 3.10
  • Remove opendataloader-pdf version constraint
  • Add new parameters: split_pages, password, use_struct_tree, table_method, reading_order, keep_line_breaks, image_output, image_format, replace_invalid_chars
  • Add usage examples for output formats, tagged PDFs, table detection, password-protected PDFs, and image handling
  • Add document metadata section

Type of change

Type: Update existing documentation

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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/2056 **Author:** [@hnc-leebd](https://github.com/hnc-leebd) **Created:** 1/1/2026 **Status:** ✅ Merged **Merged:** 1/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`66658e5`](https://github.com/langchain-ai/docs/commit/66658e5ae6ec6e6cb79f678bd7e693a753d02a46) docs: update OpenDataLoader PDF integration with new parameters ### 📊 Changes **2 files changed** (+109 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/document_loaders/opendataloader_pdf.mdx` (+85 -13) 📝 `src/oss/python/integrations/providers/opendataloader_pdf.mdx` (+24 -14) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> - Update tagline and description - Update Python requirement from 3.9 to 3.10 - Remove opendataloader-pdf version constraint - Add new parameters: split_pages, password, use_struct_tree, table_method, reading_order, keep_line_breaks, image_output, image_format, replace_invalid_chars - Add usage examples for output formats, tagged PDFs, table detection, password-protected PDFs, and image handling - Add document metadata section ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:23:03 -05:00
yindo closed this issue 2026-02-17 17:23:03 -05:00
yindo changed title from [PR #2056] docs: update OpenDataLoader PDF integration with new parameters to [PR #2056] [MERGED] docs: update OpenDataLoader PDF integration with new parameters 2026-06-05 18:16:36 -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#2090