Files

6 lines
160 B
Elixir
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
```elixir title="Elixir"
# First Kreuzberg program - extract text from a PDF
{:ok, result} = Kreuzberg.extract_file("document.pdf")
IO.puts(result.content)
```