1
0
Fork 0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2025-07-15 14:08:21 +02:00
This commit is contained in:
Donncha O' Cearbhaill 2013-05-13 13:05:38 -07:00
commit 23c535a77b

View file

@ -35,6 +35,9 @@ class RoyalSocietyOfChemistry(Plugin):
#"Table of Contents for this issue",
]
# Confirm the PDF is from the RSC
if "pubs.rsc.org" in content:
# parse the pdf into a pdfminer document
pdf = parse_content(content)