---
title: "Strip Accents"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/text/stripaccents
markdown: https://docs.nodetool.ai/nodes/nodetool/text/stripaccents.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/text/stripaccents.md
---

# Strip Accents

**Type:** `nodetool.text.StripAccents`

**Namespace:** `nodetool.text`

## Description

Removes accent marks while keeping base characters.
    text, cleanup, accents, normalize

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` |  | `` |
| preserve_non_ascii | `bool` | Keep non-ASCII characters that are not accents | `true` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

Browse other nodes in the [nodetool.text](./) namespace.
