1
0
mirror of https://github.com/jdiaz97/pdfx.git synced 2025-11-23 21:44:56 +02:00
This commit is contained in:
José Díaz
2025-06-27 06:23:24 +02:00
parent 8de0c65018
commit 3588ced27b

View File

@@ -4,7 +4,11 @@ AI-powered CLI tool to extract information from PDFs using a custom prompt.
## Usage
MAke sure to: GROQ_API_KEY=your_api_key
Make that you did this at some point
```
GROQ_API_KEY=your_api_key
```
And then
@@ -17,3 +21,9 @@ Example:
```
pdfy example.pdf "Make a summary of this paper, also get me all contact information."
```
## How to compile
```
cargo build --release
```