manifest.json will still contain application wide information (e.g. tags, correspondent,
documenttype, etc)
-If `-z` or `--zip` is provided, the export will be a zipfile
+If `-z` or `--zip` is provided, the export will be a zip file
in the target directory, named according to the current date.
!!! warning
tag `Name` and `NAME` as they are considered the same.
Per Django documentation, to enable this requires manual intervention.
-To enable case sensetive tables, you can execute the following command
+To enable case sensitive tables, you can execute the following command
against each table:
`ALTER TABLE <table_name> CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;`
Paperless is able to utilize barcodes for automatically preforming some tasks.
-At this time, the library utilized for detection of bacodes supports the following types:
+At this time, the library utilized for detection of barcodes supports the following types:
- AN-13/UPC-A
- UPC-E
2. Make sure that it's on your path.
-3. Install all neccessary modules:
+3. Install all necessary modules:
```bash
$ npm install
3. Serve the documentation. This will spin up a
copy of the documentation at http://127.0.0.1:8000
- that will automatically refresh everytime you change
+ that will automatically refresh every time you change
something.
```bash
- Retrieving the content from the original
- Creating a thumbnail
- _optional:_ Retrieving a created date from the original
-- _optional:_ Creainge an archived document from the original
+- _optional:_ Creating an archived document from the original
Custom parsers can be added to Paperless-ngx to support more file types. In
order to do that, you need to write the parser itself and announce its
Git clone to point to `https://github.com/paperless-ngx/paperless-ngx`,
e.g. using the command
`git remote set-url origin https://github.com/paperless-ngx/paperless-ngx`
-and then pull the lastest version.
+and then pull the latest version.
## Migrating from Paperless