Source code for aoptk.literature.pdf_parser

from aoptk.literature.get_abstract import GetAbstract
from aoptk.literature.get_publication import GetPublication


[docs] class PDFParser(GetPublication, GetAbstract): """Abstract base class for parsing PDF files."""