CHMParser# class langchain_community.document_loaders.chm.CHMParser(path: str)[source]# Microsoft Compiled HTML Help (CHM) Parser. Attributes encoding Methods __init__(path) index() load(path) load_all() Parameters: path (str) – __init__(path: str)[source]# Parameters: path (str) – index() → List[Dict[str, str]][source]# Return type: List[Dict[str, str]] load(path: str | bytes) → str[source]# Parameters: path (str | bytes) – Return type: str load_all() → List[Dict[str, str]][source]# Return type: List[Dict[str, str]]