Files
fil/docs/snippets/cli/batch_basic.md

8 lines
155 B
Markdown
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
```bash title="Bash"
# Process multiple files
kreuzberg extract doc1.pdf doc2.docx doc3.pptx
# Use glob patterns
kreuzberg extract documents/**/*.pdf
```