export_documents
Export OCR text and metadata from multiple documents in bulk. Extract text per page and file details for up to 100 documents at a time.
Instructions
Export OCR text and metadata for multiple documents at once. Useful for bulk text extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_ids | Yes | List of document IDs (max 100) | |
| include_metadata | No | Include file metadata (default true) | |
| include_ocr_text | No | Include OCR text per page (default true) |