Validity of document title
The title of the document should not be auto-generated. This quality check warns when the title of the document seems like it has been auto-generated.
To resolve this quality check, manually change the title of the document.
Detailed explanation
This check matches the title of the document against a regular expression to determine if it is generated from a local path or filename.
Cases | Result |
---|---|
Document title is empty | SKIPPED |
Document title is a path or a filename, e.g. C:\document.pdf | WARN |
Document title does not match the pattern of filenames and paths | PASS |