Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T08:45:06.000Z (over 2 years ago)
- Last Synced: 2024-10-12T09:47:59.819Z (3 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://www.edoardoottavianelli.it
- Size: 25.4 KB
- Stars: 13
- Watchers: 4
- 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.** ⚡
![python-version](https://github.com/edoardottt/images/blob/main/multi-pdf-finder/python-version.svg)
![ubuntu-build](https://github.com/edoardottt/images/blob/main/multi-pdf-finder/ubuntu-build.svg)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).---------
[edoardoottavianelli.it](https://www.edoardoottavianelli.it/) to contact me.