I have a pdf for which filetype is unable to recognize the extension. ``` !wget -O bulk/3.pdf bulk -q https://www.nature.com/articles/s41467-023-38544-z.pdf ``` ``` import filetype out = filetype.guess("./bulk/3.pdf") print(out) # None ```