Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. ⚡

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.