ABOUT
An automated document analyzer for Paperless-ngx using OpenAI API, Ollama and all OpenAI API compatible Services to automatically analyze and tag your documents.It features: Automode, Manual Mode, Ollama and OpenAI, a Chat function to query your documents with AI, a modern and intuitive Webinterface.
warningThis repo is currently not maintained. The Maintainer working on a full rewriting of the entire codebase with a more stable, up-to-date architecture.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU4096 MB RAM20 GB disk
Config path/opt/paperless-ai/data/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/paperless-ai.sh'; sha='ff8be2bbbf7054b630b1a34ff49509b7681f5b17da49ccb9ef9df249097616c9'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/paperless-ai.shSHA-256 ff8be2bbbf7054b630b1a34ff49509b7681f5b17da49ccb9ef9df249097616c9 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.