:mod:`langchain_community.document_loaders.html`.UnstructuredHTMLLoader
==============================================================================
.. currentmodule:: langchain_community.document_loaders.html
.. autoclass:: UnstructuredHTMLLoader
.. rubric:: Methods
.. autosummary::
~UnstructuredHTMLLoader.__init__
~UnstructuredHTMLLoader.lazy_load
~UnstructuredHTMLLoader.load
~UnstructuredHTMLLoader.load_and_split
.. automethod:: UnstructuredHTMLLoader.__init__
.. automethod:: UnstructuredHTMLLoader.lazy_load
.. automethod:: UnstructuredHTMLLoader.load
.. automethod:: UnstructuredHTMLLoader.load_and_split
.. example_links:: UnstructuredHTMLLoader