llama-index-readers-hwp


Namellama-index-readers-hwp JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers hwp integration
upload_time2024-08-22 06:19:35
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
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.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/10/bf/270b7c207b8cb3bf8769d1d8fe6332de31dc88dc15d314f70dc31edba773/llama_index_readers_hwp-0.2.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.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75c0afa423213f158658aa87705f8a3396983450862592d3dd08f28cdb43ffdb",
                "md5": "ecf2542dc6bfd0e5f336fa708952748a",
                "sha256": "9174c129bfac994768af50934456b18ea379b14788b4b8e31fbfd7ca5dbd3e21"
            },
            "downloads": -1,
            "filename": "llama_index_readers_hwp-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ecf2542dc6bfd0e5f336fa708952748a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2910,
            "upload_time": "2024-08-22T06:19:34",
            "upload_time_iso_8601": "2024-08-22T06:19:34.251053Z",
            "url": "https://files.pythonhosted.org/packages/75/c0/afa423213f158658aa87705f8a3396983450862592d3dd08f28cdb43ffdb/llama_index_readers_hwp-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10bf270b7c207b8cb3bf8769d1d8fe6332de31dc88dc15d314f70dc31edba773",
                "md5": "6cf87f5133bbbc58dad21d30119080e9",
                "sha256": "29c66d1e9444d7279bd321431f549b671b2c5c11727489650467ccbd97c002d4"
            },
            "downloads": -1,
            "filename": "llama_index_readers_hwp-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6cf87f5133bbbc58dad21d30119080e9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2732,
            "upload_time": "2024-08-22T06:19:35",
            "upload_time_iso_8601": "2024-08-22T06:19:35.584861Z",
            "url": "https://files.pythonhosted.org/packages/10/bf/270b7c207b8cb3bf8769d1d8fe6332de31dc88dc15d314f70dc31edba773/llama_index_readers_hwp-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 06:19:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-hwp"
}
        
Elapsed time: 0.62163s