14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
|
|
# AI-Core Document Parser - 基于 MarkItDown
|
||
|
|
|
||
|
|
# gRPC 框架
|
||
|
|
grpcio>=1.60.0
|
||
|
|
grpcio-tools>=1.60.0
|
||
|
|
grpcio-reflection>=1.60.0
|
||
|
|
protobuf>=4.25.0
|
||
|
|
|
||
|
|
# HTTP 请求
|
||
|
|
requests>=2.31.0
|
||
|
|
|
||
|
|
# 文档解析
|
||
|
|
markitdown>=0.0.1
|