@@ -25,16 +25,20 @@ Papermerge is perfect tool for long term storage of your documents.
2525- Web UI with desktop like experience
2626- OpenAPI compliant REST API
2727- 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
3128- Document Versioning
3229- Tags - assign colored tags to documents or folders
3330- Documents and Folders - users can organize documents in folders
3431- Document Types (i.e. Categories)
3532- Custom Fields (metadata) per document type
3633- Multi-User
34+ - Group ownership
35+ - Share documents and folders between users and/or groups of users
36+ - UI is available in multiple languages
3737- 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+
3842
3943## Documentation
4044
@@ -47,7 +51,7 @@ In order to start Papermerge App with the most basic setup use following command
4751 docker run -p 8000:80 \
4852 -e PAPERMERGE__SECURITY__SECRET_KEY=abc \
4953 -e PAPERMERGE__AUTH__PASSWORD=123 \
50- papermerge/papermerge:3.4.1
54+ papermerge/papermerge:3.5
5155
5256For more info about various docker compose scenarios check [ documentation page] ( https://docs.papermerge.io/latest/setup/docker-compose/ ) .
5357
0 commit comments