Metadata-Version: 2.4
Name: fast-pdf-extract
Version: 0.2.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# fast-pdf-extract

A Rust backed PDF text extraction library for Python.

## Features

- Detect and remove headers and footers
- Clean bilingual PDFs
- Mark headings in bold (basic markdown)
- High accuracy
- Peformance


## Development

```
uv sync --only-dev

# run tests
python -m unittest

# publishing
maturin build --release
maturin publish
```


