llama-index-readers-hwp


Namellama-index-readers-hwp JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers hwp integration
upload_time2025-07-30 20:52:31
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HWP Loader

```bash
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.

```python
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)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-hwp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Your Name <you@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/44/ed/9294c1adc6525c575304ecabeedd4fbe0713512a29b9e29bb3e64e7ccc2c/llama_index_readers_hwp-0.4.0.tar.gz",
    "platform": null,
    "description": "# HWP Loader\n\n```bash\npip install llama-index-readers-file\n```\n\nThis loader reads the HWP file, which is the format of many official documents in South Korea.\n\n## Usage\n\nTo use this loader, you need to pass in a file name. It's fine whether the file is compressed or not.\n\n```python\nfrom llama_index.readers.file import HWPReader\nfrom pathlib import Path\n\nhwp_path = Path(\"/path/to/hwp\")\nreader = HWPReader()\ndocuments = reader.load_data(file=hwp_path)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "llama-index readers hwp integration",
    "version": "0.4.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34f4bf58a347a9ffc7f021c311a991356ffff71ef89a7a874a2fe9d481f6b93f",
                "md5": "c2771de6a077fc3de13e2da986ddc45c",
                "sha256": "cbd2284e06a9deb90ffb98ff856c563d6f99e1357172f5909dc167fc87059f3c"
            },
            "downloads": -1,
            "filename": "llama_index_readers_hwp-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2771de6a077fc3de13e2da986ddc45c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 3717,
            "upload_time": "2025-07-30T20:52:31",
            "upload_time_iso_8601": "2025-07-30T20:52:31.138213Z",
            "url": "https://files.pythonhosted.org/packages/34/f4/bf58a347a9ffc7f021c311a991356ffff71ef89a7a874a2fe9d481f6b93f/llama_index_readers_hwp-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "44ed9294c1adc6525c575304ecabeedd4fbe0713512a29b9e29bb3e64e7ccc2c",
                "md5": "0cecd17b76a717dbd7874c32b23ea896",
                "sha256": "2d7626b2b9037150f08b1a519465cd3606cc71873644d603548efb3d5e394bb2"
            },
            "downloads": -1,
            "filename": "llama_index_readers_hwp-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0cecd17b76a717dbd7874c32b23ea896",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 4195,
            "upload_time": "2025-07-30T20:52:31",
            "upload_time_iso_8601": "2025-07-30T20:52:31.821515Z",
            "url": "https://files.pythonhosted.org/packages/44/ed/9294c1adc6525c575304ecabeedd4fbe0713512a29b9e29bb3e64e7ccc2c/llama_index_readers_hwp-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 20:52:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-hwp"
}
        
Elapsed time: 1.40311s