Installation Guide
System Requirements
Python Environment
- Python 3.x
- pip (Python package installer)
System Dependencies
=== "Linux (Ubuntu/Debian)"
# Install LibreOffice
sudo apt-get update
sudo apt-get install libreoffice
# Install Poppler
sudo apt-get install poppler-utils
# Install Playwright dependencies
sudo apt-get install libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libasound2
=== "macOS"
=== "Windows" 1. Download and install LibreOffice 2. Download and install Poppler for Windows 3. Add the installed binaries to your system PATH
PyVisionAI Installation
-
Install using pip:
-
Install Playwright:
Verify Installation
Test your installation by running:
Optional Dependencies
For enhanced functionality, you can install additional packages:
Troubleshooting
Common Issues
-
LibreOffice Not Found
-
Poppler Issues
- Verify Poppler installation:
-
Check if Poppler binaries are in PATH
-
Playwright Setup
- If you encounter browser-related issues:
Getting Help
If you encounter any issues: 1. Check our GitHub Issues 2. Join our Community for support 3. Review the Resources section