llama-index-readers-hwp


Namellama-index-readers-hwp JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers hwp integration
upload_time2024-11-18 00:20:11
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.9
licenseMIT
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": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/00/c2/e10a3041d6eaa77506881f4e0c439e79e86dd65b77ff2334f4350e8778bc/llama_index_readers_hwp-0.3.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": "MIT",
    "summary": "llama-index readers hwp integration",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "091b3b23439376ef1f8028eb6627b6731454c83113dfe4c558b253f5df31db24",
                "md5": "1c4e0b51f9fa2bd441ecbf5976fd8442",
                "sha256": "e6750b34dded1a0526a7b0714393f09250d8e0b69201458427c3f85b017d67c3"
            },
            "downloads": -1,
            "filename": "llama_index_readers_hwp-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c4e0b51f9fa2bd441ecbf5976fd8442",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 2908,
            "upload_time": "2024-11-18T00:20:10",
            "upload_time_iso_8601": "2024-11-18T00:20:10.754619Z",
            "url": "https://files.pythonhosted.org/packages/09/1b/3b23439376ef1f8028eb6627b6731454c83113dfe4c558b253f5df31db24/llama_index_readers_hwp-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00c2e10a3041d6eaa77506881f4e0c439e79e86dd65b77ff2334f4350e8778bc",
                "md5": "0ccaa2cef840cd4b29e7a721b120c694",
                "sha256": "c397542a4007daf7a36c6a74b9988c821e48ff958857e1670a8b3799d9825251"
            },
            "downloads": -1,
            "filename": "llama_index_readers_hwp-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0ccaa2cef840cd4b29e7a721b120c694",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 2700,
            "upload_time": "2024-11-18T00:20:11",
            "upload_time_iso_8601": "2024-11-18T00:20:11.645866Z",
            "url": "https://files.pythonhosted.org/packages/00/c2/e10a3041d6eaa77506881f4e0c439e79e86dd65b77ff2334f4350e8778bc/llama_index_readers_hwp-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 00:20:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-hwp"
}
        
Elapsed time: 1.90042s