FAQ & troubleshooting
I tagged a document but nothing happened
Section titled “I tagged a document but nothing happened”- Is the tag exactly
psf-process? It’s case-sensitive. - Is the paperless connection saved and testing green?
- Have you selected a language model on the Processing screen?
- Wait one poll interval (60s by default). Then check the dashboard: the job should appear as queued, running, done or failed.
- If it shows failed, open the error on the dashboard; use Retry after fixing the cause.
- If the document is large, it may have hit a page cap and been skipped on purpose.
How much will it cost?
Section titled “How much will it cost?”You pay your providers directly for the tokens (or pages, for Mistral OCR) each run uses. At a typical ~50 documents/week this is small, and you control it:
- Leave OCR off to reuse paperless’s free text and only pay for extraction.
- Turn extraction off to use the service as a pure OCR write-back tool and only pay for OCR.
- Use a cheaper model for OCR than for extraction.
- Set page caps so big files don’t run expensive OCR, or aren’t processed at all. The OCR cap also trims what extraction sees: over it, only the document’s first and last pages are attached to the extraction call instead of the whole file.
The dashboard shows total tokens used, and every run’s cost is in the History log.
Why does re-running a document cost nothing?
Section titled “Why does re-running a document cost nothing?”If you re-tag a document and nothing relevant changed (same recognised text, same models), the skip-if-identical guard recognises the result would be identical and skips the extraction call. Change a model or re-OCR with a different provider to force a real re-run.
Should I turn OCR on?
Section titled “Should I turn OCR on?”Only if paperless’s built-in Tesseract OCR isn’t good enough for your documents. Vision-model OCR can be markedly better on messy scans, but it’s billed per token (or per page for Mistral OCR), whereas reusing paperless’s text is free.
Where is my data?
Section titled “Where is my data?”Everything (config, prompts, the job queue, review items and audit history) is in a single
SQLite file at /data/app.db on the container’s data volume. Back that volume up and you
have a complete snapshot.
I lost the admin password
Section titled “I lost the admin password”There’s no password reset in the UI. Because the instance is claimed by the first admin, an operator with server access can re-open first-run setup by removing the admin record from the database, then creating a new admin in the UI.
Can I rotate the encryption key?
Section titled “Can I rotate the encryption key?”Avoid it. ENCRYPTION_KEY both encrypts stored credentials and signs admin sessions, so
rotating it logs the admin out and makes every stored paperless/provider credential
undecryptable. You’d have to re-enter them all. Treat it as a stable production secret.
Is it affiliated with paperless-ngx?
Section titled “Is it affiliated with paperless-ngx?”No. Paperless Starfruit is an independent companion that talks to paperless-ngx over its public REST API. It is not part of, or endorsed by, the paperless-ngx project.
How do I debug a bad result?
Section titled “How do I debug a bad result?”Open the History screen. Every run records the fully-rendered prompt that was sent and the raw model response, searchable, so you can see exactly why a title or tag came out the way it did, and adjust your prompt accordingly.
