@@ -25,16 +25,20 @@ Papermerge is perfect tool for long term storage of your documents.
25
25
- Web UI with desktop like experience
26
26
- OpenAPI compliant REST API
27
27
- Works with PDF, JPEG, PNG and TIFF documents
28
- - OCR (Optical Character Recognition) of the documents
29
- - OCRed text overlay (you can download document with OCRed text overlay)
30
- - Full Text Search of the scanned documents
31
28
- Document Versioning
32
29
- Tags - assign colored tags to documents or folders
33
30
- Documents and Folders - users can organize documents in folders
34
31
- Document Types (i.e. Categories)
35
32
- Custom Fields (metadata) per document type
36
33
- Multi-User
34
+ - Group ownership
35
+ - Share documents and folders between users and/or groups of users
36
+ - UI is available in multiple languages
37
37
- Page Management - delete, reorder, cut, move, extract pages
38
+ - OCR (Optical Character Recognition) of the documents
39
+ - OCRed text overlay (you can download document with OCRed text overlay)
40
+ - Full Text Search of the scanned documents
41
+
38
42
39
43
## Documentation
40
44
@@ -47,7 +51,7 @@ In order to start Papermerge App with the most basic setup use following command
47
51
docker run -p 8000:80 \
48
52
-e PAPERMERGE__SECURITY__SECRET_KEY=abc \
49
53
-e PAPERMERGE__AUTH__PASSWORD=123 \
50
- papermerge/papermerge:3.4.1
54
+ papermerge/papermerge:3.5
51
55
52
56
For more info about various docker compose scenarios check [ documentation page] ( https://docs.papermerge.io/latest/setup/docker-compose/ ) .
53
57
0 commit comments