mirror of
https://github.com/jdiaz97/pdfx.git
synced 2026-06-19 20:06:35 +02:00
e559a685eb3a6944f9b9ff3673c22da16589016c
pdfy
AI-powered CLI tool to extract information from PDFs using a custom prompt.
Demo
Usage
First
GROQ_API_KEY=your_api_key
And then
pdfy <pdf-file> "<your prompt>"
Example:
pdfy example.pdf "Make a summary of this paper, also get me all contact information."
How to compile
cargo build --release
Description
Languages
Rust
100%