pdfscraper.document
Module Contents
Classes
- class pdfscraper.document.Document[source]
- Parameters
pages (List[Page]) –
doc (Any) –
orientation (Orientation) –
- classmethod from_pymupdf(path, orientation=Orientation.create(bottom_is_zero=False, left_is_zero=True))[source]
- Parameters
orientation (Orientation) –
- Return type
- classmethod from_pdfminer(path, orientation=Orientation.create(bottom_is_zero=False, left_is_zero=True))[source]
- Parameters
orientation (Orientation) –
- Return type