Metadata-Version: 2.1
Name: chutoro
Version: 0.1.1
Summary: 
Author: sobamchan
Author-email: oh.sore.sore.soutarou@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pymupdf (>=1.21.1,<2.0.0)
Description-Content-Type: text/markdown

# chutoro

Highlight sentences in PDF files using any sentence classification models.


# Usage

## Installation

```bash
pip install chutoro
```

## Example

Checkout `./examples/main.py`.

