ABOUT
Paperless-GPT seamlessly pairs with paperless-ngx to generate AI-powered document titles and tags, saving you hours of manual sorting. While other tools may offer AI chat features, paperless-gpt stands out by supercharging OCR with LLMs-ensuring high accuracy, even with tricky scans. If you’re craving next-level text extraction and effortless document organization, this is your solution.
infoConfiguration File: `/opt/paperless-gpt-data/.env`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally3 CPU2048 MB RAM7 GB disk
Config path/opt/paperless-gpt-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-gpt.sh'; sha='76818a399699f43832d26be8c21a753f9f6babc2fad183b95c930b15de8e0a47'; 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-gpt.shSHA-256 76818a399699f43832d26be8c21a753f9f6babc2fad183b95c930b15de8e0a47 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.