feat: 添加 PDFSplitter — pymupdf 提取文字后分块
This commit is contained in:
@@ -22,6 +22,17 @@ dev = [
|
||||
"pytest>=8.0",
|
||||
"httpx>=0.27.0",
|
||||
]
|
||||
pdf = [
|
||||
"pymupdf>=1.24.0",
|
||||
]
|
||||
html = [
|
||||
"beautifulsoup4>=4.12.0",
|
||||
]
|
||||
all = [
|
||||
"md-vector-db[pdf,html]",
|
||||
"requests>=2.31.0",
|
||||
"openai>=1.0.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
Reference in New Issue
Block a user