feat(tools): add pdf extraction for minio ingestion

This commit is contained in:
William Valentin
2026-02-16 14:33:58 -08:00
parent 63df791b26
commit e8a785b61f
7 changed files with 105 additions and 20 deletions
+2 -2
View File
@@ -968,7 +968,7 @@ Upload a local file to MinIO and return a temporary presigned download URL.
#### `minio.ingest`
Read a text-like object from MinIO and write it into a memory namespace.
Read a text-like object from MinIO (and PDFs when `pdftotext` is available) and write it into a memory namespace.
```json
{
@@ -1010,7 +1010,7 @@ Read a text-like object from MinIO and write it into a memory namespace.
#### `minio.sync`
Sync text-like objects from a MinIO prefix into nested memory namespaces.
Sync text-like objects from a MinIO prefix into nested memory namespaces (with PDF extraction when available).
```json
{