Skip to main content

llama-index readers hwp integration

Project description

HWP Loader

This loader reads the HWP file, which is the format of many official documents in South Korea.

Usage

To use this loader, you need to pass in a file name. It's fine whether the file is compressed or not.

from llama_hub.hangeul import HWPReader
from pathlib import Path

hwp_path = Path("/path/to/hwp")
reader = HWPReader()
documents = reader.load_data(file=hwp_path)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llama_index_readers_hwp-0.1.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

llama_index_readers_hwp-0.1.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page