* Replaces references to docker-compose (the v1 executable) with docker compose (the v2 plugin) as well as fixing up some referenes between the tool vs the command
* Update docs/setup.md
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Replaces references to docker-compose (the v1 executable) with docker compose (the v2 plugin) as well as fixing up some referenes between the tool vs the command
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Feature: collate two single-sided scans
Some ADF only support single-sided scans, making scanning
double-sided documents a bit annoying.
This new feature enables Paperless to do most of the work,
by merging two seperate scans into a single one, collating
the even and odd numbered pages.
* Documentation: clarify that collation is disabled by default
* Apply suggestions from code review
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Address code review remarks
* Grammar fixes
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
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.