Get text of Docling document item at anchor
get_text_of_document_item_at_anchorRetrieve the exact text content of a specific document item using its anchor reference, making it easy to extract targeted text from cached Docling documents.
Instructions
Retrieve the text content of a specific document item identified by its anchor.
This tool extracts the text from a Docling document item at the specified anchor location within a document that exists in the local document cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_key | Yes | The unique identifier of the document in the local cache. | |
| document_anchor | Yes | The anchor reference that identifies the specific item within the document. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |