-
-
Notifications
You must be signed in to change notification settings - Fork 63
3. Functions
Your friendly nerd edited this page Feb 8, 2025
·
3 revisions
- Provides an overview of document processing status
- Displays recent document activity
- Allows users to manually select and analyze specific documents
- Enables interactive document queries using AI
- Accessible via "/chat"
- Testing environment for document analysis workflows
- Accessible via "/playground"
- Displays previously analyzed documents and their metadata
- Accessible via "/history"
- Configures API keys and model preferences
- Accessible via "/settings"
- Configure Paperless-ngx API URL, API Token, and Username.
- Validate the connection to Paperless-ngx.
- Choose between OpenAI API, Ollama, or a Custom AI Provider.
- Configure API keys and select AI models (GPT-4o, Ollama, custom models).
- Enable or disable using existing Correspondents and Tags from Paperless-ngx.
- Define scan intervals for automatic document analysis.
- Choose to process only predefined tagged documents.
- Enable/disable specific AI functions:
- Tag Assignment
- Correspondent Detection
- Document Type Classification
- Title Generation
- Custom Fields Processing
- Option to disable automatic processing, allowing only manual scans.
- Add and manage custom fields for documents.
- Supported data types: Text, Number, Integer, Currency.
- Define specific tags for AI prompts.
- Configure an AI-processed tag to mark analyzed documents.
Endpoint | Description |
---|---|
/debug/tags | Lists all tags in the system |
/debug/documents | Shows processed document information |
/debug/correspondents | Displays correspondent data |