You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is intended to be part of Django project [like this one](https://github.com/ciur/papermerge/) for example.
17
19
@@ -31,15 +33,14 @@ Papermerge is perfect tool to manage documents in PDF, JPEG, TIFF and PNG format
31
33
## Features Highlights
32
34
33
35
* RESTul API
34
-
* Works only with PDF documents
36
+
* Works well with PDF documents
35
37
* 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)
37
39
* Document Versions
38
40
* Tags - assign colored tags to documents or folders
39
41
* Documents and Folders - users can organize documents in folders
0 commit comments