Add Cloud Tour Libo knowledge graph platform
This commit is contained in:
@@ -23,6 +23,11 @@ h3==4.4.2
|
||||
# HTTP 客户端 (LLM 调用 / 维基 API)
|
||||
httpx==0.28.1
|
||||
requests==2.32.5
|
||||
python-multipart==0.0.28
|
||||
markitdown[all]==0.1.6
|
||||
pymupdf4llm==1.27.2.3 # 结构化 PDF→Markdown(版式/表格感知,替代 markitdown 纯文本抽取)
|
||||
python-docx==1.2.0 # DOCX→Markdown 保留表格结构
|
||||
olefile==0.47 # 损坏/textutil 读不了的老 .doc 直接捞 WordDocument 流正文
|
||||
|
||||
# 鉴权
|
||||
bcrypt==4.1.3
|
||||
@@ -31,3 +36,7 @@ python-jose==3.3.0
|
||||
# 浏览器采集 (web_agent / xhs_agent / douyin_agent 隐身抓取)
|
||||
# 装完需再跑: python3 -m playwright install chromium
|
||||
playwright==1.59.0
|
||||
|
||||
# 阿里云 OCR (ocr-api.cn-hangzhou.aliyuncs.com 2021-07-07)
|
||||
# 提供 RecognizePassport 等证件识别能力;客户端会自动拉取 tea-openapi / tea-util
|
||||
alibabacloud_ocr_api20210707==3.1.2
|
||||
|
||||
Reference in New Issue
Block a user