Are you searching a word in many pdf files? Do it one time. ⚡
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.
git clone https://github.com/edoardottt/multi-pdf-finder./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"If you want to contribute to this project, you can start opening an issue.
edoardottt.com to contact me.