mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Merge pull request #251 from jayme-github/ignore-date
Add option to ignore certain dates in parse_date
This commit is contained in:
		| @@ -441,6 +441,19 @@ PAPERLESS_THUMBNAIL_FONT_NAME=<filename> | ||||
|  | ||||
|     Defaults to ``/usr/share/fonts/liberation/LiberationSerif-Regular.ttf``. | ||||
|  | ||||
| PAPERLESS_IGNORE_DATES=<string> | ||||
|     Paperless parses a documents creation date from filename and file content. | ||||
|     You may specify a comma separated list of dates that should be ignored during | ||||
|     this process. This is useful for special dates (like date of birth) that appear | ||||
|     in documents regularly but are very unlikely to be the documents creation date. | ||||
|  | ||||
|     You may specify dates in a multitude of formats supported by dateparser (see | ||||
|     https://dateparser.readthedocs.io/en/latest/#popular-formats) but as the dates | ||||
|     need to be comma separated, the options are limited. | ||||
|     Example: "2020-12-02,22.04.1999" | ||||
|  | ||||
|     Defaults to an empty string to not ignore any dates. | ||||
|  | ||||
|  | ||||
| Binaries | ||||
| ######## | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonas Winkler
					Jonas Winkler