mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Documentation: Fix typos (#4737)
This commit is contained in:
parent
46d216b02f
commit
ce643942ea
@ -34,7 +34,7 @@ Options available to docker installations:
|
|||||||
Paperless uses 4 volumes:
|
Paperless uses 4 volumes:
|
||||||
|
|
||||||
- `paperless_media`: This is where your documents are stored.
|
- `paperless_media`: This is where your documents are stored.
|
||||||
- `paperless_data`: This is where auxillary data is stored. This
|
- `paperless_data`: This is where auxiliary data is stored. This
|
||||||
folder also contains the SQLite database, if you use it.
|
folder also contains the SQLite database, if you use it.
|
||||||
- `paperless_pgdata`: Exists only if you use PostgreSQL and
|
- `paperless_pgdata`: Exists only if you use PostgreSQL and
|
||||||
contains the database.
|
contains the database.
|
||||||
@ -408,7 +408,7 @@ that don't match a document anymore get removed as well.
|
|||||||
### Managing the Automatic matching algorithm
|
### Managing the Automatic matching algorithm
|
||||||
|
|
||||||
The _Auto_ matching algorithm requires a trained neural network to work.
|
The _Auto_ matching algorithm requires a trained neural network to work.
|
||||||
This network needs to be updated whenever somethings in your data
|
This network needs to be updated whenever something in your data
|
||||||
changes. The docker image takes care of that automatically with the task
|
changes. The docker image takes care of that automatically with the task
|
||||||
scheduler. You can manually renew the classifier by invoking the
|
scheduler. You can manually renew the classifier by invoking the
|
||||||
following management command:
|
following management command:
|
||||||
@ -597,7 +597,7 @@ This tool does a fuzzy match over document content, looking for
|
|||||||
those which look close according to a given ratio.
|
those which look close according to a given ratio.
|
||||||
|
|
||||||
At this time, other metadata (such as correspondent or type) is not
|
At this time, other metadata (such as correspondent or type) is not
|
||||||
take into account by the detection.
|
taken into account by the detection.
|
||||||
|
|
||||||
```
|
```
|
||||||
document_fuzzy_match [--ratio] [--processes N]
|
document_fuzzy_match [--ratio] [--processes N]
|
||||||
|
@ -510,7 +510,7 @@ existing tables) with:
|
|||||||
|
|
||||||
## Barcodes {#barcodes}
|
## Barcodes {#barcodes}
|
||||||
|
|
||||||
Paperless is able to utilize barcodes for automatically preforming some tasks.
|
Paperless is able to utilize barcodes for automatically performing some tasks.
|
||||||
|
|
||||||
At this time, the library utilized for detection of barcodes supports the following types:
|
At this time, the library utilized for detection of barcodes supports the following types:
|
||||||
|
|
||||||
@ -566,7 +566,7 @@ collating two separate scans into one document, reordering the pages as necessar
|
|||||||
|
|
||||||
Suppose you have a double-sided document with 6 pages (3 sheets of paper). First,
|
Suppose you have a double-sided document with 6 pages (3 sheets of paper). First,
|
||||||
put the stack into your ADF as normal, ensuring that page 1 is scanned first. Your ADF
|
put the stack into your ADF as normal, ensuring that page 1 is scanned first. Your ADF
|
||||||
will now scan pages 1, 3, and 5. Then you (or your the scanner, if it supports it) upload
|
will now scan pages 1, 3, and 5. Then you (or your scanner, if it supports it) upload
|
||||||
the scan into the correct sub-directory of the consume folder (`double-sided` by default;
|
the scan into the correct sub-directory of the consume folder (`double-sided` by default;
|
||||||
keep in mind that Paperless will _not_ automatically create the directory for you.)
|
keep in mind that Paperless will _not_ automatically create the directory for you.)
|
||||||
Paperless will then process the scan and move it into an internal staging area.
|
Paperless will then process the scan and move it into an internal staging area.
|
||||||
|
@ -9,7 +9,7 @@ following way:
|
|||||||
- `main` always represents the latest release and will only see
|
- `main` always represents the latest release and will only see
|
||||||
changes when a new release is made.
|
changes when a new release is made.
|
||||||
- `dev` contains the code that will be in the next release.
|
- `dev` contains the code that will be in the next release.
|
||||||
- `feature-X` contain bigger changes that will be in some release, but
|
- `feature-X` contains bigger changes that will be in some release, but
|
||||||
not necessarily the next one.
|
not necessarily the next one.
|
||||||
|
|
||||||
When making functional changes to Paperless-ngx, _always_ make your changes
|
When making functional changes to Paperless-ngx, _always_ make your changes
|
||||||
|
@ -87,7 +87,7 @@ follow the [Docker Compose instructions](https://docs.paperless-ngx.com/setup/#i
|
|||||||
space compared to a bare metal installation, docker comes with close to
|
space compared to a bare metal installation, docker comes with close to
|
||||||
zero overhead, even on Raspberry Pi.
|
zero overhead, even on Raspberry Pi.
|
||||||
|
|
||||||
If you decide to got with the bare metal route, be aware that some of
|
If you decide to go with the bare metal route, be aware that some of
|
||||||
the python requirements do not have precompiled packages for ARM /
|
the python requirements do not have precompiled packages for ARM /
|
||||||
ARM64. Installation of these will require additional development
|
ARM64. Installation of these will require additional development
|
||||||
libraries and compilation will take a long time.
|
libraries and compilation will take a long time.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user