llama-index readers hwp integration
Project description
HWP Loader
pip install llama-index-readers-file
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_index.readers.file 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
Built Distribution
File details
Details for the file llama_index_readers_hwp-0.3.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_hwp-0.3.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c397542a4007daf7a36c6a74b9988c821e48ff958857e1670a8b3799d9825251 |
|
MD5 | 0ccaa2cef840cd4b29e7a721b120c694 |
|
BLAKE2b-256 | 00c2e10a3041d6eaa77506881f4e0c439e79e86dd65b77ff2334f4350e8778bc |
File details
Details for the file llama_index_readers_hwp-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_hwp-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6750b34dded1a0526a7b0714393f09250d8e0b69201458427c3f85b017d67c3 |
|
MD5 | 1c4e0b51f9fa2bd441ecbf5976fd8442 |
|
BLAKE2b-256 | 091b3b23439376ef1f8028eb6627b6731454c83113dfe4c558b253f5df31db24 |