# Add these lines to your .env file # Tesseract OCR Configuration # Uncomment and update the path to your Tesseract installation # For Windows (example): # TESSERACT_PATH="C:\\Program Files\\Tesseract-OCR\\tesseract.exe" # For Linux (example): # TESSERACT_PATH="/usr/bin/tesseract" # For Mac (with Homebrew): # TESSERACT_PATH="/usr/local/bin/tesseract" # Set to the actual path where Tesseract is installed on your system TESSERACT_PATH=tesseract # File Upload Settings UPLOAD_MAX_FILESIZE=5120 # 5MB in KB UPLOAD_ALLOWED_MIMETYPES=image/jpeg,image/png,image/jpg # Application Settings APP_DEBUG=true APP_ENV=local APP_URL=http://localhost:8000