Skip to content

hayeah/pdfwand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfwand

Convert PDFs to Markdown using LLMs.

Installation

Install as a package

uv pip install -e .

Install as a CLI tool

uv tool install -e .

Usage

pdfwand convert input.pdf -o output.md

Development

Install development dependencies

make install-dev

Run tests

make test

Run tests with coverage

make test-cov

Format code

make format

Lint code

make lint

Type check

make type-check

Run all checks

make all

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors