feat: pdf support

This commit is contained in:
Per Stark
2025-09-28 20:53:35 +02:00
parent 7403195df5
commit 5cb15dab45
9 changed files with 1105 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
pub mod audio_transcription;
pub mod image_parsing;
pub mod llm_instructions;
pub mod pdf_ingestion;
use common::error::AppError;
use std::collections::HashMap;