318
submitted 1 year ago* (last edited 1 year ago) by Sunny@slrpnk.net to c/selfhosted@lemmy.world

Papra is a minimalistic document management and archiving platform. It is designed to be simple to use and accessible to everyone. Papra is a platform for long-term document storage and management, like a digital archive for your documents.

Forget about that receipt of that gift you bought for your friend last year, or that warranty for your new phone. With Papra, you can easily store, forget, and retrieve your documents whenever you need them.

A live demo of the platform is available at demo.papra.app (no backend, client-side local storage only).

Github Project: https://github.com/papra-hq/papra

Feature List


Tap me for full list ✌️

  • Document management: Upload, store, and manage your documents in one place.
  • Organizations: Create organizations to manage documents with family, friends, or colleagues.
  • Search: Quickly search for documents with full-text search.
  • Authentication: User accounts and authentication.
  • Dark Mode: A dark theme for those late-night document management sessions.
  • Responsive Design: Works on all devices, from desktops to mobile phones.
  • Open Source: The project is open-source and free to use.
  • Self-hosting: Host your own instance of Papra using Docker or other methods.
  • Tags: Organize your documents with tags.
  • Email ingestion: Send/forward emails to a generated address to automatically import documents.
  • Content extraction: Automatically extract text from images or scanned documents for search.
  • In progress: i18n: Support for multiple languages.
  • Coming soon: Tagging Rules: Automatically tag documents based on custom rules.
  • Coming soon: Folder ingestion: Automatically import documents from a folder.
  • Coming soon: SDK and API: Build your own applications on top of Papra.
  • Coming soon: CLI: Manage your documents from the command line.
  • Coming soon: Document sharing: Share documents with others.
  • Coming soon: Document requests: Generate upload links for people to add documents.
  • Coming maybe one day: Mobile app: Access and upload documents on the go.
  • Coming maybe one day: Desktop app: Access and upload documents from your computer.
top 36 comments
sorted by: hot top new old
[-] thoralf@discuss.tchncs.de 58 points 1 year ago

How does it differ from paperless?

[-] jubilationtcornpone@sh.itjust.works 36 points 1 year ago* (last edited 1 year ago)

After a quick glance at the demo, I think the UI design is better than Paperless-ngx (at least on mobile). But, it only has tags. Not correspondents and document types. It also lacks the automatic matching feature, advanced search filters, custom fields, and customizable document views that Paperless has.

[-] vext01@lemmy.sdf.org 12 points 1 year ago

Well it did say minimalistic.

Tbh, paperless has a load of stuff I don't use anyway.

[-] cotlovan@lemm.ee 3 points 1 year ago

So I'm staying with paperless-ngx, then

[-] haulyard@lemmy.world 13 points 1 year ago

I would be interested in a simplified version of paperless. Don’t get me wrong, it’s impressive. But I don’t really need all the powerful options it has, and wouldn’t mind something less complex to manage.

[-] krash@lemmy.ml 5 points 1 year ago

I spun up version 0.3 to try it out, and it seems pretty and lean in comparison to paperless. However, it lacks a lot of functionality - I couldn't even change the name of the document.

I get it, its a very new project and I imagine it will kick ass once it matures, however it is too bare bones for me right now.

[-] CameronDev@programming.dev 25 points 1 year ago* (last edited 1 year ago)
[-] victorz@lemmy.world 25 points 1 year ago

Doesn't seem like it. Paperless is however listed as an inspiration, lastly in the README.

[-] InternetCitizen2@lemmy.world 18 points 1 year ago

How is this different from just having good folder structure for your pdfs? Not trying to be a contrarian here; just curious about the selling points.

[-] CameronDev@programming.dev 32 points 1 year ago

At least for paperless, one of the selling points is OCR plus text search. Do you can dump in all your receipts as photos, and then 3 years later, search "lawnmower" and find the receipt for it. (I dont know if this applies for this software, but its very nice in paperless)

[-] InternetCitizen2@lemmy.world 9 points 1 year ago

That does sound useful

[-] Joelk111@lemmy.world 6 points 1 year ago

Damn I've gotta set up one of these, whether it be this one or paperless. The text recognition in photos would be huge.

[-] CameronDev@programming.dev 2 points 1 year ago

Just to lightly temper your expectations, the OCR isnt perfect, and you may need to add your own tags/text, but its still an awesome system.

[-] jagged_circle@feddit.nl 1 points 1 year ago* (last edited 1 year ago)

So basically gmail's motto: "search. dont sort"

[-] filcuk@lemmy.zip 3 points 1 year ago* (last edited 1 year ago)

Not necessarily, paperless offers various sorting and cataloguing features, as well as rules and basic learning. If you spend time setting it all up, it should drive itself in time and search may only be a fallback mechanism.

It's really useful where you can tell it 'catalogue this as x, but also store it as y'. So, again, if done properly, you can move to another system with already well catalogued document structure.

[-] Xanza@lemm.ee 8 points 1 year ago

Lots of things are improved with a GUI. IMO this is one of them.

Having a no-nonsense and predictable folder structure to store documents makes sense for those who are organized. For those who aren't, you can still use projects like this to sort data so they're retrievable by everyone, not just those who know and understand your folder structure.

The intake emails are particularly interesting. Receive email with attachment and save it automatically. Excellent for repetitively collecting data without setting anything extra up. Just create an email alias for your intake, and distribute it. Wait for people to email shit to you.

Great idea, IMO.

[-] warmaster@lemmy.world 14 points 1 year ago

Welcome addition to the alternatives, however Paperless has set the bar pretty high.

[-] Sunny@slrpnk.net 5 points 1 year ago

Certainly true, but I think paperless might be a tad overkill for some people.

[-] corsicanguppy@lemmy.ca 5 points 1 year ago

Is there a docker-free version due?

[-] LiveLM@lemmy.zip 5 points 1 year ago

The UI elements look like the ones used in Portainer, is it some frontend library?

[-] Bienenvolk@feddit.org 2 points 1 year ago* (last edited 1 year ago)

Seems like shadcn on first glance. By now it feels like the new bootstrap.

[-] LiveLM@lemmy.zip 1 points 1 year ago
[-] dave@lemmy.wtf 5 points 1 year ago

can anyone comment on how the files are actually stored? is everything imported into a database or can it just work with any sort of folder structure you have already?

[-] Sunny@slrpnk.net 8 points 1 year ago

I'm not a 100% certain as I've yet to try the application myself. However one of the configuration pages mentions you can choose between three different methods of choosing storage driver.

DOCUMENT_STORAGE_DRIVER The driver to use for document storage, values can be one of: filesystem, s3, in-memory.

  • Path: documentsStorage.driver
  • Environment variable: DOCUMENT_STORAGE_DRIVER
  • Default value: filesystem

Also it mentions the use of an ingestion folder.

https://docs.papra.app/guides/setup-ingestion-folder/

That's the most I can gather from quickly checking the docs at least.

[-] aTun@lemm.ee 3 points 1 year ago

I tried to run the container with the nearly default but was unable to start. Found an error in the log as ConnectionFailed("Unable to open connection to local database./app-data/db/db.sqlite: 14") at new Database.… at _createClient

I am binding to /DATA/AppData/papra:/app/app-data

When I run the container, papra folder was created with 0777 permission but no files in there.

Finally, I manually create a db folder under papra, and now the container able to run successfully.

[-] SchizoDenji@lemm.ee 1 points 1 year ago

Is there a way to install it on baremetal windows? I'm kinda tired looking for a document hostler that can work on baremetal windows atp. Everything either has docker method or doesn't support windows.

ILibrarian is the only one offering that.

[-] Sunny@slrpnk.net 1 points 1 year ago

Dont think so no. Everything is docker and linux for a reason...

[-] SchizoDenji@lemm.ee 1 points 1 year ago

Well okay, I'll be skipping this then.

this post was submitted on 20 Apr 2025
318 points (98.8% liked)

Selfhosted

62139 readers
537 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS