mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Update docs
The guesswork section of the docs did not explicitly mention the `Date - Correspondent - Title.pdf` format. From my experience, this format works however. I added it for clarity. I didn't check the source code, so the support for this format might be intentional.
This commit is contained in:
		@@ -20,6 +20,8 @@ for you.  This is is the logic the consumer follows:
 | 
				
			|||||||
   the pattern: ``Date - Correspondent - Title - tag,tag,tag.pdf``.  Note that
 | 
					   the pattern: ``Date - Correspondent - Title - tag,tag,tag.pdf``.  Note that
 | 
				
			||||||
   the format of the date is **rigidly defined** as ``YYYYMMDDHHMMSSZ`` or
 | 
					   the format of the date is **rigidly defined** as ``YYYYMMDDHHMMSSZ`` or
 | 
				
			||||||
   ``YYYYMMDDZ``.  The ``Z`` refers "Zulu time" AKA "UTC".
 | 
					   ``YYYYMMDDZ``.  The ``Z`` refers "Zulu time" AKA "UTC".
 | 
				
			||||||
 | 
					   The tags are optional, so the format ``Date - Correspondent - Title.pdf``
 | 
				
			||||||
 | 
					   works as well.
 | 
				
			||||||
2. If that doesn't work, we skip the date and try this pattern:
 | 
					2. If that doesn't work, we skip the date and try this pattern:
 | 
				
			||||||
   ``Correspondent - Title - tag,tag,tag.pdf``.
 | 
					   ``Correspondent - Title - tag,tag,tag.pdf``.
 | 
				
			||||||
3. If that doesn't work, we try to find the correspondent and title in the file
 | 
					3. If that doesn't work, we try to find the correspondent and title in the file
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user