mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-05-13 13:11:29 +00:00
fix markup
This commit is contained in:
parent
c79532ed40
commit
6c65dbd6b0
28
README.md
28
README.md
|
@ -1,5 +1,4 @@
|
||||||
SeedDMS paperless extension
|
# SeedDMS paperless extension
|
||||||
============================
|
|
||||||
|
|
||||||
Paperless (and Paperless ngx) is another free document management system.
|
Paperless (and Paperless ngx) is another free document management system.
|
||||||
It has a different focus than SeedDMS and misses many of the features
|
It has a different focus than SeedDMS and misses many of the features
|
||||||
|
@ -21,8 +20,7 @@ paperless-share
|
||||||
be uploaded to the server. Once the app was started it is mostly
|
be uploaded to the server. Once the app was started it is mostly
|
||||||
invisible.
|
invisible.
|
||||||
|
|
||||||
How it works
|
## How it works
|
||||||
-------------
|
|
||||||
|
|
||||||
The extension adds additional routes and a so called middleware to
|
The extension adds additional routes and a so called middleware to
|
||||||
the restapi. The middleware is just for handling the token based
|
the restapi. The middleware is just for handling the token based
|
||||||
|
@ -30,21 +28,18 @@ and basic authentication of paperless. Because this middleware applies
|
||||||
to all routes of the rest api, even the existing routes may use
|
to all routes of the rest api, even the existing routes may use
|
||||||
the new authentication methods.
|
the new authentication methods.
|
||||||
|
|
||||||
Restrictions
|
## Restrictions
|
||||||
-------------
|
|
||||||
|
|
||||||
The concept of paperless is quite different from SeedDMS. Fortunately,
|
The concept of paperless is quite different from SeedDMS. Fortunately,
|
||||||
there are hardly any features in paperless which cannot be simulated in SeedDMS.
|
there are hardly any features in paperless which cannot be simulated in SeedDMS.
|
||||||
Nevertheless, there are some notable differences and restrictions.
|
Nevertheless, there are some notable differences and restrictions.
|
||||||
|
|
||||||
Fulltext search
|
### Fulltext search
|
||||||
````````````````
|
|
||||||
|
|
||||||
This extension use the fulltext search for most operations. Hence, ensure
|
This extension use the fulltext search for most operations. Hence, ensure
|
||||||
to setup fulltext search before using it.
|
to setup fulltext search before using it.
|
||||||
|
|
||||||
Authentication
|
### Authentication
|
||||||
````````````````
|
|
||||||
|
|
||||||
Paperless uses a token based or http basic authentication. Both are
|
Paperless uses a token based or http basic authentication. Both are
|
||||||
implemented by another slim middleware. There is no session, but the
|
implemented by another slim middleware. There is no session, but the
|
||||||
|
@ -53,29 +48,25 @@ The password to encrypt the token can be set in the configuration, just
|
||||||
like the expiration date of the token. Once the password changes all
|
like the expiration date of the token. Once the password changes all
|
||||||
token will become invalid and users will have to relogin.
|
token will become invalid and users will have to relogin.
|
||||||
|
|
||||||
Archive
|
### Archive
|
||||||
````````
|
|
||||||
|
|
||||||
Paperless has the notion of an archive, which does not exist in SeedDMS.
|
Paperless has the notion of an archive, which does not exist in SeedDMS.
|
||||||
There is also no archive serial number.
|
There is also no archive serial number.
|
||||||
|
|
||||||
Document formats
|
### Document formats
|
||||||
`````````````````
|
|
||||||
|
|
||||||
Paperless stores documents preferably as pdf and has a strong focus on
|
Paperless stores documents preferably as pdf and has a strong focus on
|
||||||
scanned documents additionally run through ocr. It also does some document
|
scanned documents additionally run through ocr. It also does some document
|
||||||
classifying based on the content. This is not supported by SeedDMS.
|
classifying based on the content. This is not supported by SeedDMS.
|
||||||
|
|
||||||
Tags
|
### Tags
|
||||||
`````
|
|
||||||
|
|
||||||
Tags in Paperless are equivalent to categories in SeedDMS with some restrictions.
|
Tags in Paperless are equivalent to categories in SeedDMS with some restrictions.
|
||||||
A category in SeedDMS does not have a color and cannot be marked as inbox tags.
|
A category in SeedDMS does not have a color and cannot be marked as inbox tags.
|
||||||
SeedDMS deriveѕ the color from the category name and keeps a list of
|
SeedDMS deriveѕ the color from the category name and keeps a list of
|
||||||
categories, which are treated as inbox tags, in the configuration.
|
categories, which are treated as inbox tags, in the configuration.
|
||||||
|
|
||||||
Folder hierachy
|
## Folder hierachy
|
||||||
----------------
|
|
||||||
|
|
||||||
Paperless does not have folders. Consequently, SeedDMS disolves its folder
|
Paperless does not have folders. Consequently, SeedDMS disolves its folder
|
||||||
hierarchy and delivers all documents like they were stored in one single folder.
|
hierarchy and delivers all documents like they were stored in one single folder.
|
||||||
|
@ -85,4 +76,3 @@ Which documents are actually visible also depends on which root folder is used.
|
||||||
The root folder can be set in the configuration or can be the user's home folder.
|
The root folder can be set in the configuration or can be the user's home folder.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user