1
0
mirror of https://github.com/jdiaz97/pdfx.git synced 2025-10-06 05:37:02 +02:00
Files
pdfx/readme.md
José Díaz ad334c1538 tiny change
2025-06-29 23:24:16 +02:00

530 B

pdfx

AI-powered CLI tool to extract information from PDFs using a custom prompt.

Demo

Usage

You need this environment variable

GROQ_API_KEY=your_api_key

And then

pdfx <pdf-file> "<your prompt>"

Example:

pdfx example.pdf "Make a summary of this paper, also get me all contact information."

How to compile

cargo build --release