Metadata-Version: 2.4
Name: fitz-utils
Version: 2.0.0
Summary: Extra functions for use with pymupdf module
Author: The Walnut AI
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: ftfy>=6.3.1
Requires-Dist: numpy>=2.2.6
Requires-Dist: pandas-stubs>=2.3.3.260113
Requires-Dist: pandas>=2.3.3
Requires-Dist: pymupdf>=1.28.0
Description-Content-Type: text/markdown

## Introduction

Add extra functions for use with pymupdf module

## Installation

1. Install dev environment

```
make install
```

2. Create wheel of the package

```
poetry build
```

3. Install the package

```
pip install dist/fitz_utils-0.0.13-py3-none-any.whl
```

OR

```
poetry add dist/fitz_utils-0.0.13-py3-none-any.whl
```
