Constants
This file contains the constants used in the pdf parser.
Examples:
PDF_TYPE_SCANNED = "scanned"
PDF_TYPE_EXPORTED = "exported"
PDF_METADATA_SCAN_INDICATOR = "scan"
The indicators are used to determine the type of the pdf file and the metadata of the pdf file.
This can be extended or further improved later