https://github.com/edoardottt/multi-pdf-finder
Are you looking for a word in many pdf files? Do it one time. ⚡
https://github.com/edoardottt/multi-pdf-finder
bash find finder multi-pdf-finder pdf pdf-document pdf-files pdf-scraping python3 script search-algorithm search-in-text searching-algorithms text word wordsearch
Last synced: about 2 months ago
JSON representation
Are you looking for a word in many pdf files? Do it one time. ⚡
- Host: GitHub
- URL: https://github.com/edoardottt/multi-pdf-finder
- Owner: edoardottt
- License: mit
- Created: 2019-12-10T11:01:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T09:33:51.000Z (6 months ago)
- Last Synced: 2025-03-18T19:29:48.147Z (2 months ago)
- Topics: bash, find, finder, multi-pdf-finder, pdf, pdf-document, pdf-files, pdf-scraping, python3, script, search-algorithm, search-in-text, searching-algorithms, text, word, wordsearch
- Language: Shell
- Homepage: https://edoardottt.com/
- Size: 26.4 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multi-pdf-finder
**Are you searching a word in many pdf files? Do it one time.** ⚡

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 📡
-------```bash
git clone https://github.com/edoardottt/multi-pdf-finder
```Usage 🚀
--------```bash
./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) :
```bash
./find.sh -f pdf_files/ -w "edoardottt"
```Contributing 🤝
------
If you want to contribute to this project, you can start opening an [issue](https://github.com/edoardottt/multi-pdf-finder/issues).---------
[edoardottt.com](https://edoardottt.com/) to contact me.