Export Docling document to markdown format
export_docling_document_to_markdownConvert a cached Docling document into markdown format using its unique document key, making it ready for display or further processing.
Instructions
Export a document from the local document cache to markdown format.
This tool converts a Docling document that exists in the local cache into a markdown formatted string, which can be used for display or further processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_size | No | The maximum number of characters to return. | |
| document_key | Yes | The unique identifier of the document in the local cache. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | ||
| document_key | Yes |