[GH-ISSUE #2696] [Docs]: Add HWP/HWPX loader integration page (langchain-hwp-hwpx-loader) #2676

Open
opened 2026-06-05 17:26:15 -04:00 by yindo · 0 comments
Owner

Originally created by @jaypakdevkr on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/2696

Type of issue

request for content

Language

Python

Description

Summary

I published a standalone LangChain integration package for Korean .hwp / .hwpx files:

I’d like to contribute an official docs page for this integration under Python document loaders.

Why this is useful

Korean enterprise/public workflows still include many HWP-family documents.

A 2025-10-09 industry report says that industry estimates place Hancom Office market share at around 30% in Korea.

Source:
https://biz.chosun.com/it-science/ict/2025/10/09/NHYQN77XSFAWXJFFGSKU47IPZQ/

This makes HWP/HWPX ingestion a practical need for Korean RAG pipelines.

Proposed docs changes

I can open a PR with:

  1. New guide page:
    • src/oss/python/integrations/document_loaders/hwp_hwpx.mdx
  2. Add link entry in:
    • src/oss/python/integrations/document_loaders/index.mdx

Package status

  • Published to PyPI
  • Typed package (py.typed)
  • Unit tests included
  • CI checks in place
Originally created by @jaypakdevkr on GitHub (Feb 18, 2026). Original GitHub issue: https://github.com/langchain-ai/docs/issues/2696 ### Type of issue request for content ### Language Python ### Description ## Summary I published a standalone LangChain integration package for Korean `.hwp` / `.hwpx` files: - PyPI: https://pypi.org/project/langchain-hwp-hwpx-loader/ - Repo: https://github.com/jeounghopark/HWP-Loader I’d like to contribute an official docs page for this integration under Python document loaders. ## Why this is useful Korean enterprise/public workflows still include many HWP-family documents. A 2025-10-09 industry report says that industry estimates place Hancom Office market share at around 30% in Korea. Source: https://biz.chosun.com/it-science/ict/2025/10/09/NHYQN77XSFAWXJFFGSKU47IPZQ/ This makes HWP/HWPX ingestion a practical need for Korean RAG pipelines. ## Proposed docs changes I can open a PR with: 1. New guide page: - `src/oss/python/integrations/document_loaders/hwp_hwpx.mdx` 2. Add link entry in: - `src/oss/python/integrations/document_loaders/index.mdx` ## Package status - Published to PyPI - Typed package (`py.typed`) - Unit tests included - CI checks in place
yindo added the langchainexternal labels 2026-06-05 17:26:15 -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#2676