Skip to main content

extract_document_text

Function extract_document_text 

Source
pub fn extract_document_text(path: &Path) -> Result<String, String>
Expand description

Extract text from any supported document type (PDF, markdown, plain text). Used by /attach for one-shot context injection.