https://github.com/ciur/papermerge
Open Source Document Management System for Digital Archives (Scanned Documents)
https://github.com/ciur/papermerge
archives django dms document-management ocr paperless pdf scan scanned-documents
Last synced: 3 days ago
JSON representation
Open Source Document Management System for Digital Archives (Scanned Documents)
- Host: GitHub
- URL: https://github.com/ciur/papermerge
- Owner: ciur
- License: apache-2.0
- Created: 2020-01-06T17:34:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T05:39:09.000Z (2 months ago)
- Last Synced: 2025-04-04T23:00:23.383Z (10 days ago)
- Topics: archives, django, dms, document-management, ocr, paperless, pdf, scan, scanned-documents
- Language: Python
- Homepage: https://papermerge.com
- Size: 25.5 MB
- Stars: 2,662
- Watchers: 51
- Forks: 278
- Open Issues: 130
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - ciur/papermerge - Open Source Document Management System for Digital Archives (Scanned Documents) (Python)
- awesome-starred - ciur/papermerge - Open Source Document Management System for Digital Archives (Scanned Documents) (django)
- stars - ciur/papermerge - Open Source Document Management System for Digital Archives (Scanned Documents) (Python)
- awesome-homelab - Papermerge
- awesome-selfhost-docker - Papermerge
README
Papermerge DMS
![]()
Papermerge DMS or simply Papermerge is a open source document management
system designed to work with scanned documents (also called digital
archives). It extracts text from your scans using OCR, indexes them, and
prepares them for full text search. Papermerge provides look and feel of
modern desktop file browsers. It has features like dual panel document
browser, drag and drop, tags, hierarchical folders and full text search so
that you can efficiently store and organize your documents.It supports PDF, TIFF, JPEG and PNG document file formats. Papermerge is
perfect tool for long term storage of your documents.Papermerge's main use case is **long term storage of digital archives**.
This is web-based software. This means there is no executable file (aka no
.exe files), and it must be run on a web server and accessed through a web
browser.
## Repositories
**This is meta-repository** - which means that source code of the
application is not here. **This repository is used to track project's existence,
status and its issues.**As the application grew it was necessary to split it
into multiple repositories and in same time move new repositories under
[Papermerge Github Organization](https://github.com/papermerge).| Repository | Description |
| :---------------|-------------|
| [ciur/papermerge](https://github.com/ciur/papermerge)| Meta-repository which keeps track the project existence, status, and its issues.|
| [papermerge/papermerge-core](https://github.com/papermerge/papermerge-core)| Source code for REST API Backend server. The heart of the project.|
| [papermerge/documentation](https://github.com/papermerge/documentation)| Source code for the documentation.|
| [papermerge/ansible](https://github.com/papermerge/ansible)| Ansible playbook for deployment on remote server/VM|## Other Resources
| Resource | Description |
|-----------------|-------------|
|[https://docs.papermerge.io](https://docs.papermerge.io/)| Documentation |
|[https://papermerge.com](https://papermerge.com) | Homepage |
|[https://demo.papermerge.com](https://demo.papermerge.com) | Online Demo (username: demo, password: demo) |
|[https://papermerge.blog](https://papermerge.blog) | Blog |
|[YouTube Channel](https://www.youtube.com/@papermerge) | YouTube channel |
|[X/Former Twitter](https://twitter.com/papermerge) | X/Former Twitter |
|[Reddit](https://www.reddit.com/r/Papermerge/) | Reddit |## Features Highlight
* Web UI with desktop like experience
* OpenAPI compliant REST API
* Works with PDF, JPEG, PNG and TIFF documents
* OCR (Optical Character Recognition) of the documents
* OCRed text overlay (you can download document with OCRed text overlay)
* Full Text Search of the scanned documents
* Document Versioning
* Tags - assign colored tags to documents or folders
* Documents and Folders - users can organize documents in folders
* Document Types (i.e. Categories)
* Custom Fields (metadata) per document type
* Multi-User
* Page Management - delete, reorder, cut, move, extract pages## Donations, Fundraising, Your Support
For donations, you can use PayPal and GitHub Sponsorship:
* [Donate via Paypal](https://www.paypal.com/paypalme/eugenciur)
* [Sponsor via Github](https://github.com/sponsors/ciur)## Roadmap / Year 2025
For project's roadmap, which describes features to be developed in year 2025, check: https://docs.papermerge.io/3.3/roadmap/
## Contributing
We welcome contributions! In general, if change is very small, like fixing a
documentation typo, remove unused variable or minor adjustments of docker
related files - you can create a pull request right away. If your change is
small and reasonable it will be (very likely) almost immediately accepted.For bigger changes, like a new feature or even change/add/remove of
whole paragraph in documentation - please **first discuss the
change** you wish to make via GitHub issue, pull request or [email](mailto:[email protected]).For more information, see the
[contributing](https://github.com/ciur/papermerge/blob/master/CONTRIBUTING.md)
file.