Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Splitter (Python)

This is a standalone PDF splitter based on patterns.

Requirements

  • Python 3.8+
  • pypdf
  • rclone (optional, if you want uploads/links)

Usage

python3 pdf_splitter.py --input path/to/input.pdf --output-dir var/output --as csv

To upload outputs via rclone and get links:

python3 pdf_splitter.py --input path/to/input.pdf --output-dir var/output --as csv --rclone remote:folder

Notes

  • The script looks for the pattern YYYY-NNNNN and an "overview" text block by default.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages