[PR #3896] docs: add Synap DocuAnalyzer tool integration #3907

Open
opened 2026-06-05 18:53:32 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3896
Author: @synapsoft-DA
Created: 5/7/2026
Status: 🔄 Open

Base: mainHead: add-synap-docuanalyzer-tool-docs


📝 Commits (1)

  • 202e2bd docs: add Synap DocuAnalyzer tool integration

📊 Changes

2 files changed (+116 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/tools/index.mdx (+1 -0)
src/oss/python/integrations/tools/synap_docuanalyzer.mdx (+115 -0)

📄 Description

Summary

  • Add a Python tool integration guide for Synap DocuAnalyzer.
  • Link the new guide from the Python tools integration index.
  • Mention that the same published package also provides SynapDocuAnalyzerLoader for LangChain Document loading workflows.

Related to #3895

Validation

  • git diff --check origin/main..HEAD
  • npm exec --yes markdownlint-cli -- --config .markdownlint.json src/oss/python/integrations/tools/synap_docuanalyzer.mdx
  • Python structural check for frontmatter, code fences, and index link
  • Clean Python 3.14 virtualenv: pip install langchain-synapsoft==0.1.0 and import SynapDocuAnalyzerTool / SynapDocuAnalyzerLoader
  • npm ci
  • uv run --python C:\Python314\python.exe pipeline build

Notes

python scripts/check_cross_refs.py currently reports an existing unrelated unresolved reference in oss/javascript/integrations/providers/openai.mdx for openAIModerationMiddleware. This new page does not add @[] cross-references.


🔄 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/3896 **Author:** [@synapsoft-DA](https://github.com/synapsoft-DA) **Created:** 5/7/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-synap-docuanalyzer-tool-docs` --- ### 📝 Commits (1) - [`202e2bd`](https://github.com/langchain-ai/docs/commit/202e2bd47081ef90c4f0dfb1db905e9d469c5999) docs: add Synap DocuAnalyzer tool integration ### 📊 Changes **2 files changed** (+116 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/tools/synap_docuanalyzer.mdx` (+115 -0) </details> ### 📄 Description ## Summary - Add a Python tool integration guide for Synap DocuAnalyzer. - Link the new guide from the Python tools integration index. - Mention that the same published package also provides `SynapDocuAnalyzerLoader` for LangChain `Document` loading workflows. Related to #3895 ## Validation - `git diff --check origin/main..HEAD` - `npm exec --yes markdownlint-cli -- --config .markdownlint.json src/oss/python/integrations/tools/synap_docuanalyzer.mdx` - Python structural check for frontmatter, code fences, and index link - Clean Python 3.14 virtualenv: `pip install langchain-synapsoft==0.1.0` and import `SynapDocuAnalyzerTool` / `SynapDocuAnalyzerLoader` - `npm ci` - `uv run --python C:\Python314\python.exe pipeline build` ## Notes `python scripts/check_cross_refs.py` currently reports an existing unrelated unresolved reference in `oss/javascript/integrations/providers/openai.mdx` for `openAIModerationMiddleware`. This new page does not add `@[]` cross-references. --- <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-06-05 18:53:32 -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#3907