Load CHM files using Unstructured.
CHM means Microsoft Compiled HTML Help.
from langchain_community.document_loaders import UnstructuredCHMLoader
loader = UnstructuredCHMLoader("example.chm") docs = loader.load()
https://github.com/dottedmag/pychm http://www.jedrea.com/chmlib/
Any kwargs to pass to the unstructured.