pdf_ingest
Ingest PDF files by extracting text (with OCR for scanned pages), splitting into chunks, generating embeddings, and storing them for semantic search.
Instructions
Ingest a PDF file: extract text (with OCR fallback for scanned pages), split into chunks, generate embeddings, and store for search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the PDF file to ingest. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||