# PDF Translate Skill - Dependencies

# Core: PDF text extraction
pdfplumber>=0.10.0

# Core: Markdown → PDF (v4.0 recommended engine)
markdown>=3.5.0
weasyprint>=60.0

# Legacy: PDF generation (v3.0 and earlier)
reportlab>=4.0.0
pypdf>=3.0.0

# Optional: OCR support
# pytesseract>=0.3.10
# pdf2image>=1.16.0

# System dependencies (not pip-installable):
# macOS:  brew install pango
# Linux:  sudo apt install libpango1.0-dev
