This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/exporters/text-exporter.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. TextExporter

Exports documents to plain text (.txt) using layout-preserving extraction: words are placed in a character grid that mirrors their spatial position on the page, so columns, indentation, and tabular alignment survive the conversion.

from nutrient_sdk import TextExporter

Construction

TextExporter()

Creates a new TextExporter instance with default settings.

Implements