Metadata-Version: 2.4
Name: vexel
Version: 0.1.2
Summary: PDF figure extraction using YOLO
Author: Diahook Virtual(Gaurav Vishwakarma)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymupdf
Requires-Dist: opencv-python
Requires-Dist: ultralytics
Requires-Dist: numpy
Requires-Dist: pillow
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PDF Figure Extractor

Extract figures from PDFs using YOLO.

---

# Installation

```bash
pip install pdf-figure-extractor
```

---

# Python Usage

```python
from docVision import extract_figures

extract_figures(
    pdf_path="manual.pdf",
    interactive_adjust=True
)
```

---

# CLI Usage

```bash
docvision sample.pdf --interactive
```

---

# Controls

W → expand upward  
S → reduce upward  
I → expand downward  
K → reduce downward  
ENTER → accept
