# Python Dependencies for Case AI Extraction System # Phase 1: Core dependencies # PDF Processing PyPDF2==3.0.1 pdfplumber==0.10.3 pikepdf==9.1.1 pdf2image==1.16.3 # OCR pytesseract==0.3.10 Pillow==10.2.0 opencv-python==4.9.0.80 # AI/API requests==2.31.0 openai==1.12.0 # Data Processing pandas==2.2.0 numpy==1.26.4 # Validation pydantic==2.6.1 jsonschema==4.21.1 # Utilities python-dotenv==1.0.1 loguru==0.7.2