Metadata-Version: 2.1
Name: indexmaker
Version: 0.2.2
Summary: 
License: MIT
Author: Nicolas Soler
Author-email: nicolas@nicolassoler.eu
Requires-Python: >=3.10,<3.15
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: docx2pdf (>=0.1.8,<0.2.0)
Requires-Dist: nltk (>=3.9.2,<4.0.0)
Requires-Dist: pdfplumber (>=0.11.7,<0.12.0)
Requires-Dist: python-docx (>=1.2.0,<2.0.0)
Description-Content-Type: text/markdown

# Indexmaker

Simple program to generate a word index from a pdf document. The output is in Microsoft docx format. 

# Author
Nicolas Soler nicolas@nicolassoler.eu

# Licence
MIT

# How to install it

```bash
pip install indexmaker
```

# how to run it
```bash
# typing the command indexmaker will open a GUI
# you can upload you pdf and click "Run!"
```

# Recommended Python version
3.12

# Tip
You can provide your own index in docx format. If you do this, only the words present in that index will be counted in the input pdf document.

