Merges pdf files and creates an table of content psge + bookmarks
Download main.py and install libraries from requirements.txt
$ git clone https://github.com/TzviGreenfeld/pdf_indexer
$ pip install -r requirements.txt
send as arguments pdf files, or folder containing all the files to merge. Last argument is the output file name
$ python3 main.py <1.pdf> <2.pdf> ... <n.pdf> <out.pdf>
or
$ python3 main.py <path_to_folder_containing_pdf_files> <out.pdf>
Please open an issue for support.