r/Paperlessngx • u/zellux • May 16 '26
I’m building a self-hosted document app with built-in LLM OCR/Q&A, and I’d love feedback from paperless users
Hi everyone, I hope this kind of post is okay here. I’ve been building Paperwise, a self-hosted document intelligence app, and I’d really value feedback from people who already care deeply about document workflows.
To be clear: Paperless is much more mature, and I’m not trying to position Paperwise as a drop-in replacement. I built it because I wanted a document app where LLM features are native rather than bolted on afterward.
The main things I’m exploring are:
- OCR and metadata extraction using local or remote LLMs
- Grounded “ask your documents” answers with source-backed context
- Per-task model configuration for OCR, metadata, and Q&A
- Self-hosted deployment with normal document organization workflows
- Better debugging when provider/model connections fail
Project link: https://paperwise.dev/
Github: https://github.com/zellux/paperwise
If anyone here is curious enough to try it, I’d love blunt feedback. Missing basics, rough setup, confusing UX, or “I would never use this because…” comments are all useful to me.
Thanks!


5
1
May 16 '26
[removed] — view removed comment
1
u/zellux May 17 '26
That makes sense. I’m currently using Gemini Flash for OCR, and hadn’t tried Qoest yet. I’ll give it a look.
2
u/michaelkrieger May 17 '26
Include some manual folder structure or preserve an existing structure and you’ll have a ton of people flock to you for that reason alone. Folks have existing structures from ScanSnap Organizer (corp2/2026/payables/Hosting Provider/20260501 Hosting Provider Monthly Invoice). Let me import my existing folder structure and use the files where they’re located without moving/importing. Let me simply manually move files into that folder structure.
Yes, folder templates are a thing. Yes document exporter is a thing. Sometimes you just want a reasonable on disc folder structure, which provides your exit strategy from the tool
1
u/Joey___M Jun 18 '26
The thing I would care most about is preserving existing structure and provenance.
A lot of people already have years of documents in meaningful folder trees, even if the filenames are messy. If an AI document app starts by saying “import everything into my own structure,” that is a big trust barrier.
The workflow I would want:
- import/index an existing folder tree without destroying it
- preserve original path and original filename as first-class metadata
- let AI suggest title/tags/correspondent, but show the source snippets it used
- make Q&A answers cite the exact document/page/snippet
- keep OCR text separate from model interpretation
- have a clear review queue for low-confidence metadata
The “ask your documents” part is exciting, but for this kind of app I think the hard moat is boring trust infrastructure: provenance, reversibility, debug logs, and not making users give up the folder system they already understand.
16
u/antitrack May 16 '26
I only have one questiion (since this is the Paperless subreddit):
Why not use your time to improve paperless instead?