feat(tools): add docx extraction for minio ingestion
This commit is contained in:
+2
-2
@@ -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 PDFs when `pdftotext` is available) and write it into a memory namespace.
|
||||
Read a text-like object from MinIO (and PDF/DOCX via local extraction tools when available) and write it into a memory namespace.
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -1010,7 +1010,7 @@ Read a text-like object from MinIO (and PDFs when `pdftotext` is available) and
|
||||
|
||||
#### `minio.sync`
|
||||
|
||||
Sync text-like objects from a MinIO prefix into nested memory namespaces (with PDF extraction when available).
|
||||
Sync text-like objects from a MinIO prefix into nested memory namespaces (with PDF/DOCX extraction when available).
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user