langchain_community.document_loaders.chm.CHMParser¶

class langchain_community.document_loaders.chm.CHMParser(path: str)[source]¶

Attributes

encoding

path

file

Methods

__init__(path)

index()

load(path)

load_all()

__init__(path: str)[source]¶
index() List[Dict[str, str]][source]¶
load(path: Union[str, bytes]) str[source]¶
load_all() List[Dict[str, str]][source]¶