paperless-gpt LLM-OCR never runs - failing with connection errors #375
Unanswered
Ashkenazzio
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to LLM-OCR my receipts since I'm getting poor native performance. I can't get it to work properly even though my setup seems to be legit and healthy:
Environment
Docker Compose
.env
Observed Behavior
Startup logs show only the banner and “Worker 0 started.”
Immediately thereafter, repeated errors:
HTTP request failed: Get "http://paperless-ngx:8000/api/documents/?tags__name__iexact=paperless-gpt-ocr-auto…": dial tcp …: connect: connection refused
Even once Paperless-ngx is healthy (responding to
curl http://localhost:8000/api/documents/
), no auto-OCR loop ever succeeds.I tagged a document with paperless-gpt in the UI, restarted the GPT container, but still no LLM execution.
Questions
Why does the worker keep failing to connect, even when the API is healthy?
What’s the intended lifecycle for the manual-tag OCR path—should it pick up tags added after startup, and if so how?
Any pointers to get the LLM-OCR worker to actually process documents would be greatly appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions