# Enterprise PDF Accessibility Checker - Python Dependencies

# Core PDF processing
pypdf>=4.0.0
pdfplumber>=0.11.0

# Image processing
Pillow>=10.0.0
pdf2image>=1.16.0

# OCR
pytesseract>=0.3.10

# Scientific computing
numpy>=1.24.0

# NLP and readability
textblob>=0.17.1

# Google Cloud APIs
google-cloud-vision>=3.4.0
google-cloud-documentai>=2.20.0

# Anthropic Claude API
anthropic>=0.18.0

# Additional utilities
python-dotenv>=1.0.0  # For environment variable management

# Infrastructure (Docker stack)
redis>=5.0.0
psycopg2-binary>=2.9.0
weasyprint>=60.0
