Skip to content

edoardottt/multi-pdf-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-pdf-finder

Are you searching a word in many pdf files? Do it one time.

python-version ubuntu-build

Description 🔦

It only requires pdftotext command. Easily create a folder called 'find_result', then commute all pdf files in the folder input as txt files and searches into them for the input word.

Download 📡

git clone https://github.com/edoardottt/multi-pdf-finder

Usage 🚀

./find.sh [ -f folder ] [ -w word ]

Example (Here I'm searching for the word edoardottt in all the PDF files in the folder called pdf_files) :

./find.sh -f pdf_files/ -w "edoardottt"

Contributing 🤝

If you want to contribute to this project, you can start opening an issue.


edoardoottavianelli.it to contact me.