Skip to content

Commit 696a997

Browse files
committed
update README.md
1 parent 13ab201 commit 696a997

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Papermerge Document Management System (DMS).
99

1010
Technically speaking, it contains following Django apps:
1111

12-
* ``papermerge.core`` - the epicenter of Papermerge project
12+
* ``papermerge.core`` - the epicenter of Papermerge DMS project
1313
* ``papermerge.notifications`` - Django Channels app for sending notifications via websockets
14-
* ``papermerge.search`` - Thin RESTful API layer over [elasticsearch](https://github.com/elastic/elasticsearch)
14+
* ``papermerge.search`` - RESTful search. Supports four backends: [Xapian](https://getting-started-with-xapian.readthedocs.io/en/latest/),
15+
[Whoosh](https://whoosh.readthedocs.io/en/latest/intro.html), [Elasticsearch](https://github.com/elastic/elasticsearch),
16+
[Solr](https://solr.apache.org/).
1517

1618
This package is intended to be part of Django project [like this one](https://github.com/ciur/papermerge/) for example.
1719

@@ -31,15 +33,14 @@ Papermerge is perfect tool to manage documents in PDF, JPEG, TIFF and PNG format
3133
## Features Highlights
3234

3335
* RESTul API
34-
* Works only with PDF documents
36+
* Works well with PDF documents
3537
* OCR (Optical Character Recognition) of the documents (uses [OCRmyPDF](https://github.com/ocrmypdf/OCRmyPDF))
36-
* Full Text Search of the scanned documents (uses [elasticsearch](https://github.com/elastic/elasticsearch))
38+
* Full Text Search of the scanned documents (supports four search engine backends, uses [Xapian](https://getting-started-with-xapian.readthedocs.io/en/latest/) by default)
3739
* Document Versions
3840
* Tags - assign colored tags to documents or folders
3941
* Documents and Folders - users can organize documents in folders
40-
* Multi-User (Groups, Roles)
42+
* Multi-User (supports user groups)
4143
* User permissions management
42-
* Document permissions management
4344
* Page Management - delete, reorder, cut & paste pages (uses [PikePDF](https://github.com/pikepdf/pikepdf))
4445

4546

0 commit comments

Comments
 (0)