A basic python CLI tool, utalising pdf2image to split one or pdfs into image files.
Takes a list of directories as input. If a directory is a .pdf file, then the pdf will be converted into images (and saved as a folder containing one image per page of the pdf). If a directory is a folder, then the tool will recursively look for pdfs within the given folder, and split each pdf found.