mirror of
https://github.com/jdiaz97/pdfx.git
synced 2025-11-23 21:44:56 +02:00
new
This commit is contained in:
12
readme.md
12
readme.md
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user