# doc2image-skill dependencies

# Core pipeline
pdfplumber>=0.11
python-docx>=1.1
Pillow>=10.0
PyMuPDF>=1.24

# Web server + API
fastapi>=0.110
uvicorn[standard]>=0.27
starlette>=0.36
httpx>=0.28
requests>=2.31
aiosqlite>=0.19

# Environment
python-dotenv>=1.0

# Phone automation (S5 publish)
pyperclip>=1.8
keyboard>=0.13
PyGetWindow>=0.0

# Browser automation (Coze / XHS scraping)
playwright>=1.49
# After pip install, also run: playwright install

# Misc
img2pdf>=0.5

# Feishu Bot (optional, for mobile command center)
lark-oapi>=1.0

# OCR (text overlay extraction)
rapidocr_onnxruntime>=1.2.0
