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.
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.
Repository | Description |
---|---|
ciur/papermerge | Meta-repository which keeps track the project existence, status, and its issues. |
papermerge/papermerge-core | Source code for REST API Backend server. The heart of the project. |
papermerge/documentation | Source code for the documentation. |
papermerge/ansible | Ansible playbook for deployment on remote server/VM |
Resource | Description |
---|---|
https://docs.papermerge.io | Documentation |
https://papermerge.com | Homepage |
https://demo.papermerge.com | Online Demo (username: demo, password: demo) |
https://papermerge.blog | Blog |
YouTube Channel | YouTube channel |
X/Former Twitter | X/Former Twitter |
- 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
For donations, you can use PayPal and GitHub Sponsorship:
For project's roadmap, which describes features to be developed in year 2025, check: https://docs.papermerge.io/3.3/roadmap/
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.
For more information, see the contributing file.