Denilson Sá Maia
e576f1b0c4
Whitespace changes, making sure the example is correcly aligned
...
If desired, we could also replace spaces with [Box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character ), like this:
```
🗁 Documents folder
├─🗁 2019/ # By Year
│ └─🗁 My bank/
│ ├─🗎 Statement January.pdf
│ └─🗎 Statement February.pdf
└─🗁 Insurances/ # Insurances
├─🗁 Healthcare 123/
│ ├─🗎 2022-01-01 Statement January.pdf
│ ├─🗎 2022-02-02 Letter.pdf
│ └─🗎 2022-02-03 Letter.pdf
└─🗁 Dental 456/
└─🗎 2021-12-01 New Conditions.pdf
```
But rendering this with proper fixed-width characters can be troublesome on some systems.
2023-04-13 22:03:40 +02:00
shamoon
d872423a76
Add info re tesseract language codes
...
Closes #3065
2023-04-10 14:04:30 -07:00
Trenton H
96e8cfb765
Couple more documentation improvements
2023-03-15 10:40:10 -07:00
Trenton H
d47ca6109a
Apply suggestions from code review
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-03-15 10:40:10 -07:00
Trenton H
8ac7d56fc5
Improve documentation around barcodes, re-organize configuration and update links
2023-03-15 10:40:10 -07:00
Illia Grybkov
7912f4a22a
Fix formatting in "Setup" documentation page
2023-03-13 09:40:24 -05:00
bsvka
98782ca69d
Fix typo
2023-03-11 18:06:12 +01:00
tooomm
c5b701f99d
add hints to ocr languages installation
2023-03-06 23:58:32 +01:00
tooomm
bcd10f63ea
better language code help
2023-03-05 16:03:42 +01:00
shamoon
a1a61000ab
Remove outdated PAPERLESS_WORKER_RETRY
2023-02-17 07:07:13 -08:00
github-actions
75a7dd38a1
Changelog v1.13.0 - GHA
2023-02-16 20:38:57 -08:00
shamoon
38de2a7767
Merge branch 'dev'
2023-02-16 20:07:50 -08:00
Trenton H
c08f0054da
Updates ignore path filtering so files in a folder in an ignored folder will be ignored correctly
2023-02-16 09:05:11 -08:00
Trenton H
0d777343fb
Changes the default setting for compression to enabled
2023-02-12 14:45:51 -08:00
Trenton H
3b0fa4f707
Adds option to enable compression of webserver responses
2023-02-12 14:45:51 -08:00
shamoon
cc971a4569
Note possible utf8mb3
requirement
2023-02-05 20:17:22 -08:00
shamoon
8955d25a00
update gotenberg to 7.8
2023-02-05 20:17:22 -08:00
Trenton H
5978650ec6
Note that changing STATIC_ROOT may require running collectstatic again
2023-02-02 17:09:37 -08:00
shamoon
4f0d2cd612
Move reindex note to v1.12.2
2023-01-29 09:24:12 -08:00
github-actions
f4304a120b
Changelog v1.12.2 - GHA
2023-01-29 17:07:04 +00:00
Trenton Holmes
9aea8a7d7c
Merge remote-tracking branch 'origin/dev'
2023-01-29 08:40:13 -08:00
Trenton Holmes
7b9c0d65b9
Documents the change to pre-consume script and improves the readability
2023-01-29 08:37:32 -08:00
Michael Shamoon
b07b8d65a6
Fix note indentation in dev docs
2023-01-26 12:43:19 -08:00
clemensrieder
2801b60b0e
Minor updates to development documentation ( #2474 )
...
* clarify commands by adding paths
* fix trailing space in header
* rerun pre-commit
* one last time :S
* update sections, remove duplicate information
* those pesky pre-commits ;-)
* implement suggestions
2023-01-26 07:45:35 -08:00
Michael Shamoon
e625ac21c3
Update index version to force reindex, note in release notes
2023-01-25 20:30:48 -08:00
github-actions
6ea6c79575
Changelog v1.12.1 - GHA
2023-01-25 21:02:01 +00:00
github-actions
a4535c11e4
Changelog v1.12.0 - GHA
2023-01-25 10:54:10 -08:00
Trenton Holmes
7ecb76dddc
Merge remote-tracking branch 'origin/main' into beta
2023-01-24 17:54:42 -08:00
Matthieu Helleboid
197938eaab
add information about main manifest for -sm
2023-01-24 11:06:49 -08:00
Matthieu Helleboid
02a40055f5
replace --use-filename-prefix with --use-folder-prefix
2023-01-24 11:06:49 -08:00
Trenton Holmes
72bacc016a
Tweaks the wording and note about usage of the -no options
2023-01-24 11:06:49 -08:00
Matthieu Helleboid
aeecc10e45
sort exporter option by alphabetical order
2023-01-24 11:06:49 -08:00
Matthieu Helleboid
447edd1355
add warning about --no-archive & --no-thumbnails options
...
add given_when_then informaiton to tests
add use_filename_prefix test
clear documents before importing in tests
2023-01-24 11:06:49 -08:00
Matthieu Helleboid
024921212a
--no-archive & --no-thumbnails option has their own paragraph
2023-01-24 11:06:49 -08:00
Matthieu Helleboid
5d08a34365
fix long option name for "-p" or "--use-filename-prefix"
2023-01-24 11:06:49 -08:00
Matthieu Helleboid
4cb4bd13ad
add split-manifest option to administration exporter
2023-01-24 11:06:49 -08:00
Matthieu Helleboid
896304ccaa
add prefix option to administration exporter
2023-01-24 11:06:49 -08:00
Matthieu Helleboid
9ae186e6f9
add no-archive and no-thumbnail options to administration exporter and importer
2023-01-24 11:06:49 -08:00
Michael Shamoon
e74af5c73c
Note rollback need for regenerating thumbnails
...
[skip ci]
2023-01-24 10:15:52 -08:00
Peter Kappelt
159dcdbda5
Barcode hint in workflow
2023-01-24 09:43:52 -08:00
Peter Kappelt
1838fa971e
Document ASN barcode settings
2023-01-24 09:43:52 -08:00
Muli Dayan
3c7eacf923
Fix docker-compose.yml file name
2023-01-20 12:10:25 -05:00
Frederick Robinson
643486b14b
tweak language
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-01-19 11:54:18 -08:00
Frederick Robinson
87045da1e2
document existence of document_thumbnails
2023-01-19 11:54:18 -08:00
shamoon
151573a26e
Note optional sudo command in bare metal docs
2023-01-18 22:36:24 -08:00
Robert Resch
e6cd3c1970
fix link
2023-01-17 20:00:24 +01:00
shamoon
6c7ff54aad
Merge pull request #2420 from paperless-ngx/fix-2405
...
Documentation: Fix comment re bare metal runserver command
2023-01-16 15:56:12 -08:00
amo13
c4dbd58efd
Use correct canonical path for nltk_data
2023-01-16 14:20:42 -08:00
Clemens Rieder
dee691b72b
replace quotation marks with italics
2023-01-16 13:49:54 -08:00
clemensrieder
a4829ce26a
Update docs/usage.md
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-01-16 13:49:54 -08:00