Metadata-Version: 2.4
Name: searchallpdf
Version: 0.2.0
Summary: Search for terms in all pdf in current and sub folders.
Author-email: Géry Casiez <gery.casiez@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/casiez/searchallpdf
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: pymupdf
Requires-Dist: pytesseract
Requires-Dist: pillow
Dynamic: license-file

[![PyPI Version](https://img.shields.io/pypi/v/searchallpdf)](https://pypi.org/project/searchallpdf/)
[![License](https://img.shields.io/github/license/casiez/searchallpdf)](LICENSE)

# searchallpdf

Command line to search in pdf files
## Install
```pip install searchallpdf --upgrade```

## Features

Run ```searchallpdf -h``` to show all the options available.

### Search in all pdf files in current and sub folders

```searchallpdf termTofind1 termTofind2```

### Search in one pdf file

```searchallpdf -f file.pdf termTofind1 termTofind2```
