GraphCanon updated Aug 14, 2026 · GitHub synced Aug 14, 2026
22views this month
Decision brief
paperless-gpt uses LLMs and OCR for document processing within the paperless-ngx framework, available in Go with MIT license.
Good fit when
- Need integration with existing paperless-ngx setup
- Require flexibility in choosing between multiple LLM providers like OpenAI, Mistral, or Ollama
Avoid when
- Looking for a tool that operates independently of paperless-ngx infrastructure
- Prefer solutions not requiring configuration for different LLM providers
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (2,614) are secondary evidence.
- Docker Hub pulls (30d)
- 1,211,351·Docker Hub API·Aug 14, 2026
Maintenance and security
Full trust report- Maintenance
- Very active (1d since push)
- As of Aug 14, 2026
- Provenance
- Not a fork · Personal account
- As of Aug 14, 2026
- Security (OSV)
- 59 low (59 low)
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
go get github.com/icereed/paperless-gpt pkg.go.devSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A tool that uses LLMs and OCR for processing documents in paperless-ngx.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 14, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 14, 2026
- Languages
- go
Source: github.language · Aug 14, 2026
Categories
Tags
README
Installation Docker Compose Here's an example to spin up paperless gpt alongside paperless ngx: ```yaml services: paperless ngx: image: ghcr.io/paperless ngx/paperless ngx:latest ... (your existing paperless ngx config) paperless gpt: Use one of these image sources: image: iceree...
For agents
This page has a .md twin and JSON over the API.