Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 314 Bytes

Extract PDF

This module allows the extraction of a block pages within a PDF. This page set is then returned as a pdf file.

Installation:

pip install extract_pdf

Example

>>> from extract_pdf import extract
>>> extract('/path/of/pdf', 5, 12)