File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- Papermerge - Core
3
- ###################
2
+ Papermerge Core
3
+ ################
4
4
5
- Papermerge Core contains essential functionality shared among different flavors of
6
- Papermerge Document Management System (DMS).
5
+ Papermerge Core reusable Django apps are the heart of Papermerge project. It is
6
+ (re)used across different flavors of Papermerge Document Management System
7
+ (DMS). It contains the core functionality, models and API used throughout
8
+ Papermerge ecosystem.
7
9
10
+ Technically speaking, it contains following django apps:
11
+
12
+ * papermerge.core - the epicenter of papermerge project which defines main models
13
+ * papermerge.contrib.admin - user interface is defined here
14
+ * papermerge.search - unified search API
8
15
9
16
What is Papermerge?
10
17
~~~~~~~~~~~~~~~~~~~
@@ -19,3 +26,5 @@ index it and make it searchable. You will be able to quickly find any
19
26
(scanned!) document using full text search capabilities.
20
27
21
28
Papermerge is perfect tool to manage PDF, JPEG, TIFF and PNG formats.
29
+
30
+ .. figure :: img/screenshot.png
You can’t perform that action at this time.
0 commit comments