pdf2docx.page.BasePage module#

Base page with basic properties, e.g. width, height and margin.

class pdf2docx.page.BasePage.BasePage(width: float = 0.0, height: float = 0.0, margin: Optional[tuple] = None)#

Bases: object

property bbox#
property working_bbox#

bbox with margin considered.