this post was submitted on 12 May 2024
1044 points (98.2% liked)
Open Source
31029 readers
770 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Paperless-ngx that allows you to self host an easily browseable archive of your documents. Fully featured with OCR, ML-powered categorization and the works.
https://docs.paperless-ngx.com/
How does it compare with Paperwork? https://www.openpaper.work/en/
There seems to be a huge overlap in functionality. But a major difference is that Paperwork is a local application that runs on Windows and Linux, while Paperless has a web front end that makes it accessible anywhere (it also has some independently native apps for mobile).
Thanks!
Do you know if the ML works offline? Or does it require an internet connection?
Everything runs locally, OCR, ML, etc, which can be a bit taxing on lower end hardware, but there are ways to disable the more advanced and computationally expensive features, like NLTK for advanced Natural Language processing.
https://docs.paperless-ngx.com/
Impressive, thank you!