# Core PDF extraction
pymupdf>=1.26.6

# Alternative PDF library (fallback for tables)
pdfplumber>=0.11.0

# CLI interface
click>=8.1.0

# Environment configuration
python-dotenv>=1.0.0

# Progress bars
tqdm>=4.66.0

# Testing
pytest>=7.4.0

# GUI Interface
pywebview>=4.0

# Image processing and AI
Pillow>=10.0.0
google-generativeai>=0.3.0

# Build tools
pyinstaller>=6.0.0

# Stability and reliability
tenacity>=8.2.0
ratelimit>=2.2.1

# Configuration management
PyYAML>=6.0
