Unified PDF processing:
Multimodal (R-native pdftools + Vision LLM) if enabled
R pdftools text extraction as fallback
Usage
process_pdf_unified(
file_path,
use_multimodal = FALSE,
vision_provider = "gemini",
vision_model = NULL,
api_key = NULL,
describe_images = TRUE
)See also
import_files() for the generic file-loading entry point; describe_image() for standalone image captioning
