mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	docs(configuration.rst): add doc for NUMBER_OF_SUGGESTED_DATES
This commit is contained in:
		@@ -741,6 +741,20 @@ PAPERLESS_FILENAME_DATE_ORDER=<format>
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    Defaults to none, which disables this feature.
 | 
					    Defaults to none, which disables this feature.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					PAPERLESS_NUMBER_OF_SUGGESTED_DATES=<num>
 | 
				
			||||||
 | 
					    Paperless will search the entire document for any date. The first date found will
 | 
				
			||||||
 | 
					    be used as a default value for the created date. With this setting in place,
 | 
				
			||||||
 | 
					    paperless will suggestion other dates found in the document.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Regarding the size of the document, the task to find all dates can consuming much time.
 | 
				
			||||||
 | 
					    Therefore the number of found dates can be limited with this setting.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    If 10 dates should be suggested, paperless will grab every date from the top of the
 | 
				
			||||||
 | 
					    document to the bottom until it has reached 10 dates. After this, duplicates will
 | 
				
			||||||
 | 
					    be removed, which can lead to less than 10 dates displayed in the frontend.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Set the number to 0 to disable this feature (default)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PAPERLESS_THUMBNAIL_FONT_NAME=<filename>
 | 
					PAPERLESS_THUMBNAIL_FONT_NAME=<filename>
 | 
				
			||||||
    Paperless creates thumbnails for plain text files by rendering the content
 | 
					    Paperless creates thumbnails for plain text files by rendering the content
 | 
				
			||||||
    of the file on an image and uses a predefined font for that. This
 | 
					    of the file on an image and uses a predefined font for that. This
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -69,7 +69,7 @@
 | 
				
			|||||||
#PAPERLESS_POST_CONSUME_SCRIPT=/path/to/an/arbitrary/script.sh
 | 
					#PAPERLESS_POST_CONSUME_SCRIPT=/path/to/an/arbitrary/script.sh
 | 
				
			||||||
#PAPERLESS_FILENAME_DATE_ORDER=YMD
 | 
					#PAPERLESS_FILENAME_DATE_ORDER=YMD
 | 
				
			||||||
#PAPERLESS_FILENAME_PARSE_TRANSFORMS=[]
 | 
					#PAPERLESS_FILENAME_PARSE_TRANSFORMS=[]
 | 
				
			||||||
#PAPERLESS_NUMBER_OF_SUGGESTION_DATES=5
 | 
					#PAPERLESS_NUMBER_OF_SUGGESTED_DATES=5
 | 
				
			||||||
#PAPERLESS_THUMBNAIL_FONT_NAME=
 | 
					#PAPERLESS_THUMBNAIL_FONT_NAME=
 | 
				
			||||||
#PAPERLESS_IGNORE_DATES=
 | 
					#PAPERLESS_IGNORE_DATES=
 | 
				
			||||||
#PAPERLESS_ENABLE_UPDATE_CHECK=
 | 
					#PAPERLESS_ENABLE_UPDATE_CHECK=
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user