Expand description
PDF text extraction utility used by the modern Scout agent.
The pre-v0.22 file-based ingestion command (vela ingest --pdf/--csv/...)
lived here together with this function in v0.0–v0.35. With the agent
inbox (Scout, Notes Compiler, Code Analyst, Datasets) fully replacing
that path in v0.32+, the legacy command was removed in v0.36 and the
file collapsed to this single utility.
Kept under vela_protocol::ingest::extract_pdf_text for backward
compatibility with Scout’s import; the function is otherwise unrelated
to ingestion and could move to sources.rs in a later refactor.
Functions§
- extract_
pdf_ text - Extract plain text from a PDF.