fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection
This commit is contained in:
@@ -23,6 +23,9 @@ camel-ai==0.2.78
|
||||
|
||||
# ============= 文件处理 =============
|
||||
PyMuPDF>=1.24.0
|
||||
# 编码检测(支持非UTF-8编码的文本文件)
|
||||
charset-normalizer>=3.0.0
|
||||
chardet>=5.0.0
|
||||
|
||||
# ============= 工具库 =============
|
||||
# 环境变量加载
|
||||
|
||||
Reference in New Issue
Block a user