# Document Processing Pipeline Dependencies

# Core processing
markdown==3.4.4
reportlab==4.0.4
weasyprint==60.0

# Image processing
cairosvg==2.7.1
Pillow==10.0.0
pytesseract==0.3.10
pdf2image==1.17.0

# Web processing
beautifulsoup4==4.12.2
lxml==4.9.3

# System requirements (install separately):
# sudo apt-get install tesseract-ocr
# sudo apt-get install poppler-utils
# sudo apt-get install libcairo2-dev
# brew install tesseract (macOS)
# brew install poppler (macOS)