langchain_community.document_loaders.helpers.detect_file_encodings

langchain_community.document_loaders.helpers.detect_file_encodings(file_path: Union[str, Path], timeout: int = 5) List[FileEncoding][source]

尝试检测文件编码。

返回一个包含按置信度排序的检测到的编码的 FileEncoding 元组的列表。

参数
  • file_path (Union[str, Path]) – 要检测编码的文件路径。

  • timeout (int) – 编码检测的超时时间(秒)。

返回类型

List[FileEncoding]