paperless-ngx/docs
Michael Gmelin f0320fb72d Allow configuring transformations to be applied to the filename before
parsing. The motivation was that files produced by a Brother scanner
wouldn't match paperless' expectations. At most one transformation
is applied (first matching). It won't affect the filename on disk.

This is generic enough so that it is useful for various purposes.
In my case it allows me to use the different hardware buttons on
the scanner to use different profiles, feeding one instance of
paperless with documents of multiple entities and tagging them
accordingly.

Example:

PAPERLESS_FILENAME_PARSE_TRANSFORMS=[{"pattern":"^([a-z]+)_(\\d{8})_(\\d{6})_([0-9]+)\\.", "repl":"\\2\\3Z - \\4 - \\1."},{"pattern":"^([a-z]+)_([0-9]+)\\.", "repl":" - \\2 - \\1."}]
2019-08-31 15:01:25 +02:00
..
_static * Docs: Add web interface screenshots 2019-02-06 20:37:32 +00:00
api.rst The API now supports filtering docs by tag & correspondent, as well as ordering 2016-03-12 20:45:13 +00:00
changelog.rst revert docker hub link to danielquinn 2019-03-05 22:24:35 +01:00
conf.py Sphinx warning pngpath to imgpath 2018-02-27 13:48:49 +01:00
consumption.rst Make the names of the sample files visible 2018-09-22 16:17:18 +01:00
contributing.rst update links to reflect move to the-paperless-project 2019-03-05 21:54:59 +01:00
customising.rst Add note for css/js overrides 2018-07-08 17:16:13 +01:00
Dockerfile Add Dockerfile for application and documentation 2016-02-18 22:58:32 +01:00
extending.rst update links to reflect move to the-paperless-project 2019-03-05 21:54:59 +01:00
guesswork.rst Allow configuring transformations to be applied to the filename before 2019-08-31 15:01:25 +02:00
index.rst * Docs: Add web interface screenshots 2019-02-06 20:37:32 +00:00
Makefile Added some documentation 2016-01-24 20:15:50 -05:00
migrating.rst Type in docker-compose command 2018-12-26 16:43:22 +01:00
requirements.rst update links to reflect move to the-paperless-project 2019-03-05 21:54:59 +01:00
requirements.txt Add empty requirements for rtd to reference 2018-09-05 11:16:42 +01:00
scanners.rst * Docs: Add MFC-J5910DW to recommended scanners 2019-02-06 20:56:05 +00:00
screenshots.rst forget the screenshots.rst! 2019-02-07 18:40:14 +00:00
setup.rst update links to reflect move to the-paperless-project 2019-03-05 21:54:59 +01:00
troubleshooting.rst update links to reflect move to the-paperless-project 2019-03-05 21:54:59 +01:00
utilities.rst Update docs/utilities.rst 2019-03-03 10:46:43 -08:00