v0.8.0 #78
icereed
announced in
Announcements
v0.8.0
#78
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.
paperless-gpt v0.8.0
We’re thrilled to unveil paperless-gpt v0.8.0, featuring a major leap forward in document management: OCR powered by Large Language Models (LLMs). This approach transforms the way you process documents, tapping into advanced AI to extract text with greater accuracy—especially valuable for complex or low-quality scans.
A New Era for OCR
LLM-Enhanced OCR: Paperless-GPT uniquely harnesses LLMs to perform OCR, going beyond traditional algorithms.
Why It Matters:
What Else Is New?
Flexible Tag Configurability
MANUAL_TAG,AUTO_TAG, andAUTO_OCR_TAGenvironment variables: Easily customize how documents are labeled, all within your existing environment setup.Streamlined OCR Flow
ProcessDocumentOCRmethod inocr.gosimplifies the entire pipeline—download images, perform LLM-based OCR, and update documents automatically.Key Highlights
A Quick Glance at the Process
sequenceDiagram participant App as Application participant Client as Paperless Client participant LLM as Large Language Model App->>Client: Download Document Images Client-->>App: Return Image Paths App->>LLM: Perform LLM-based OCR on Images LLM-->>App: Return Extracted Text App->>Client: Update Document with OCR ContentGet Started / Next Steps
Enable OCR with LLMs
AUTO_OCR_TAG,VISION_LLM_PROVIDER, andVISION_LLM_MODEL.minicpm-vorx/llama3.2-vision:latest(better, but needs more GPU juice)gpt-4oTry the New Tag System
MANUAL_TAGfor manual sorting,AUTO_TAGfor auto-sorting,AUTO_OCR_TAGfor OCR-based flow.Feedback Welcomed
A Little Poetic Fanfare
Upgrade to v0.8.0 and discover how LLM-powered OCR can revolutionize your paperless workflow!
Happy Tagging & Document Managing!
Full Changelog: v0.7.0...v0.8.0
This discussion was created from the release v0.8.0.
All reactions