CHMParser#

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

微软编译的HTML帮助(CHM)解析器。

属性

encoding

方法

__init__(path)

index()

load(path)

load_all()

Parameters:

路径 (字符串)

__init__(path: str)[source]#
Parameters:

路径 (字符串)

index() List[Dict[str, str]][source]#
Return type:

列表[字典[str, str]]

load(path: str | bytes) str[source]#
Parameters:

路径 (字符串 | 字节)

Return type:

字符串

load_all() List[Dict[str, str]][source]#
Return type:

列表[字典[str, str]]