检测文件编码#
- langchain_community.document_loaders.helpers.detect_file_encodings(file_path: str | Path, timeout: int = 5) List[FileEncoding] [source]#
尝试检测文件编码。
返回一个FileEncoding元组列表,其中包含按置信度排序的检测到的编码。
- Parameters:
file_path (str | Path) – 用于检测编码的文件路径。
timeout (int) – 编码检测的超时时间,单位为秒。
- Return type:
列表[文件编码]