This commit is contained in:
10
docs/snippets/cli/extract_basic.md
Normal file
10
docs/snippets/cli/extract_basic.md
Normal file
@@ -0,0 +1,10 @@
|
||||
```bash title="Bash"
|
||||
# Extract to stdout
|
||||
kreuzberg extract document.pdf
|
||||
|
||||
# Save to file using shell redirection
|
||||
kreuzberg extract document.pdf > output.txt
|
||||
|
||||
# Extract with JSON format (includes metadata)
|
||||
kreuzberg extract document.pdf --format json
|
||||
```
|
||||
Reference in New Issue
Block a user