convert_to_text
Convert PDFs, images, and Office files to plain text without markdown for token-limited LLMs. Tables are linearized to preserve data.
Instructions
Convert a document or image to plain text (no markdown formatting).
Best for feeding token-limited text-only LLMs. Tables are linearized. Returns just the text string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| page_range | No | ||
| ocr_languages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |