mirror of
https://github.com/jdiaz97/pdfx.git
synced 2026-06-19 20:06:35 +02:00
new
This commit is contained in:
@@ -4,7 +4,11 @@ AI-powered CLI tool to extract information from PDFs using a custom prompt.
|
|||||||
|
|
||||||
## Usage
|
## 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
|
And then
|
||||||
|
|
||||||
@@ -17,3 +21,9 @@ Example:
|
|||||||
```
|
```
|
||||||
pdfy example.pdf "Make a summary of this paper, also get me all contact information."
|
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