# Cognitive OS Requirements # Optional dependencies for enhanced functionality # Install with: pip install -r requirements.txt # For PDF processing pdfplumber>=0.9.0 PyPDF2>=3.0.0 # For image OCR pytesseract>=0.3.10 Pillow>=10.0.0 # For Word document processing python-docx>=0.8.11 # For file watching (auto-organization) watchdog>=3.0.0 # Note: Core cognitive functionality works without these dependencies. # They're only needed for: # - PDF text extraction (pdfplumber, PyPDF2) # - OCR from images (pytesseract, Pillow) # - Word document processing (python-docx) # - Auto-organizing new files (watchdog)