# paperless-ngx

Published articles for paperless-ngx.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Paperless-ngx 3.1.0 Adds AI Workflow Actions and Document Versioning

DevFeed: [Paperless-ngx 3.1.0 Adds AI Workflow Actions and Document Versioning](<https://devfeed.tech/articles/paperless-ngx-3-1-0-adds-ai-workflow-actions-and-document-versioning-10726.md>)

Original publisher: [Read original article](<https://selfhostlab.io/paperless-ngx-3-1-0-ai-workflow-versioning/>)

Author: Christian Rakoot

Published: 2026-08-31T06:39:07Z

Content type: news

Language: en

Sources: [Self Host Lab](<https://devfeed.tech/sources/self-host-lab.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [bug](<https://devfeed.tech/tags/bug.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [compression](<https://devfeed.tech/tags/compression.md>), [identity](<https://devfeed.tech/tags/identity.md>), [news](<https://devfeed.tech/tags/news.md>), [news-personal-cloud](<https://devfeed.tech/tags/news-personal-cloud.md>), [ocr](<https://devfeed.tech/tags/ocr.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [paperless-ngx](<https://devfeed.tech/tags/paperless-ngx.md>), [personal-cloud](<https://devfeed.tech/tags/personal-cloud.md>), [release](<https://devfeed.tech/tags/release.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [updates](<https://devfeed.tech/tags/updates.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Paperless-ngx 3.1.0 adds automatic AI-based workflow classification, per-document remote OCR selection, OIDC group synchronization, document versioning, configurable ZIP compression, and smaller fixes.

### Source excerpt

Paperless-ngx 3.1.0 landed on August 27, 2026, adding a workflow action that applies AI-generated tag and correspondent suggestions automatically, per-document selective remote OCR, OIDC group sync mapping identity-provider groups to superuser and staff roles, a new versioning system for merging documents into successive versions, configurable ZIP export compression, and numerous smaller UI bug fixes sitewide.

## Self-Hosted Paperless-ngx + Optional Local AI: Private Documents and Improves OCR & Search (Full Setup)

DevFeed: [Self-Hosted Paperless-ngx + Optional Local AI: Private Documents and Improves OCR & Search (Full Setup)](<https://devfeed.tech/articles/self-hosted-paperless-ngx-optional-local-ai-private-documents-and-improves-ocr-search-full-setup-10621.md>)

Original publisher: [Read original article](<https://technotim.com/posts/paperless-ngx-local-ai/>)

Author: Techno Tim

Published: 2026-01-27T13:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [Local AI](<https://devfeed.tech/topics/local-ai.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Database](<https://devfeed.tech/topics/database.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Server](<https://devfeed.tech/topics/server.md>), [GPU](<https://devfeed.tech/topics/gpu.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [compose](<https://devfeed.tech/tags/compose.md>), [docker](<https://devfeed.tech/tags/docker.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [linux](<https://devfeed.tech/tags/linux.md>), [local](<https://devfeed.tech/tags/local.md>), [local-ai](<https://devfeed.tech/tags/local-ai.md>), [ocr](<https://devfeed.tech/tags/ocr.md>), [paperless-ngx](<https://devfeed.tech/tags/paperless-ngx.md>), [redis](<https://devfeed.tech/tags/redis.md>), [search](<https://devfeed.tech/tags/search.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>)

### AI overview

A tutorial for deploying a self-hosted Paperless-ngx document management stack with Docker Compose. It explains the core OCR, indexing, tagging, and search workflow, then adds optional local AI through Ollama, Open WebUI, Paperless-AI, and Paperless-GPT to improve OCR and metadata suggestions without using cloud services.

### Source excerpt

Build a complete Paperless-ngx stack in Docker and take control of your documents. We'll get Paperless running first (works great on its own), then optionally add local AI with Ollama + Open WebUI and upgrade OCR using Paperless-GPT and Paperless-AI for more accurate, searchable text and tags - no cloud required. This post walks through a complete, repeatable Docker Compose for Paperless-ngx, ...