feat:api Add support for extracting EPUB files in ExtractProcessor (#3254)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
LiuVaayne
2024-04-12 11:25:02 +08:00
committed by GitHub
parent 44448ba68d
commit b00466f025
4 changed files with 44 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ qdrant-client==1.7.3
cohere~=5.2.4
pyyaml~=6.0.1
numpy~=1.25.2
unstructured[docx,pptx,msg,md,ppt]~=0.10.27
unstructured[docx,pptx,msg,md,ppt,epub]~=0.10.27
bs4~=0.0.1
markdown~=3.5.1
httpx[socks]~=0.24.1