doc-extract-engine

Installation
SKILL.md

文档提取引擎

通过远程 API 端到端完成 PDF 文档的结构化信息提取。

环境配置

使用前确保设置环境变量:

export EXTRACT_API_URL="http://39.104.68.74:8082"   # API 地址(默认值)
export EXTRACT_USERNAME="your_username"
export EXTRACT_PASSWORD="your_password"
# 或直接提供 token(跳过登录)
export EXTRACT_TOKEN="eyJhbGciOiJIUzI1NiIs..."

依赖:pip install httpx

核心流程

Installs
1
First Seen
Jun 20, 2026
doc-extract-engine — lihanghang/agent-daily-blog