Guides
Installation
System Requirements
To use Documind, ensure your system meets the following requirements:
- Node.js: Version 16 or later
- npm: For package management
- Ghostscript: Installed for PDF processing
- GraphicsMagick: For image processing
Install the Package
To install Documind, run the following command using your preferred package manager:
npm
Environment Variables
Set up your .env
file.
.env.example
Key | Description |
---|---|
OPENAI_API_KEY | Your OpenAI API key. |
SUPABASE_URL | The base URL of your Supabase instance. |
SUPABASE_KEY | The API key for accessing your Supabase instance. |
SUPABASE_BUCKET | The name of the Supabase storage bucket where files will be stored. |