pdfscraper.layout.annotations
Module Contents
Classes
- class pdfscraper.layout.annotations.Annotation[source]
- Parameters
content (str) –
author (str) –
mod_date (str) –
creation_date (str) –
bbox (Bbox) –
- classmethod from_pymupdf_annot(annot, page_orientation)[source]
- Parameters
annot (PyMuPDFAnnotation) –
page_orientation (PageOrientation) –
- classmethod from_pdfminer_annot(annot, page_orientation)[source]
- Parameters
annot (PDFMinerAnnotation) –
page_orientation (PageOrientation) –