Hwp Loader
Documentation for HwpLoader class
Overview
The HwpLoader
class is a dedicated loader for handling HWP files, which are widely used in South Korea. It provides functionality to load and convert HWP files into text using an external API, namely the hwp-converter-api.
The hwp-converter-api is a service that converts HWP files into plain text. You can find more information about this API at here.
Usage
To use this class, you would need to instantiate it by providing necessary parameters and then call its load or lazy_load method:
You can get list of Document
objects that came from original hwp file.
Please note that currently only .hwp files are supported; .hwpx files are not supported yet by this loader.
Also note that you must have aiohttp library installed in your environment.
Lastly, ensure that provided URL points to running instance of hwa-converter-api.
Last updated