# PDF skill dependencies (installed by `cafekit --with-skills-deps`)
# System tools also needed: poppler (pdftotext/pdf2image), tesseract (OCR).

# Read / write / split / merge
pypdf>=4.0.0

# Text + table extraction
pdfplumber>=0.11.0
pandas>=2.0.0

# Create PDFs
reportlab>=4.0.0

# OCR for scanned PDFs (needs system poppler + tesseract)
pytesseract>=0.3.10
pdf2image>=1.17.0
Pillow>=10.0.0
