A small utility library to split PDF documents by text (regex). Installation pip install git+https://github.com/kasztan2/pdf-splitter Usage from pdf_splitter import split_pdf split_pdf("input.pdf", "output_folder", "Exercise \d+") License MIT License