skill-library / extract_pdf_section /embedding_text.txt
Sayoyo's picture
[feat] add test skills
ee0c434
raw
history blame contribute delete
144 Bytes
extract_pdf_section
Extracts a specified section from a PDF file and saves it as a new PDF.
extract_pdf_section('input.pdf', 2, 5, 'output.pdf')