> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mindgard.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Preprocess Input Text

> Preprocessing prompt inputs.

export const what_0 = "Use pre-processing techniques to remove malicious text within prompts."

export const how_0 = "Prevents attacker from executing their malicious prompt within your LLM."

export const implement_0 = "Detection of unknown words, automatic spelling correction, language detection."

Preprocessing includes spell check and detection of unknown words, automatic spelling correction, language detection and the use of image processing methods to counter similar-looking characters.

## Explanation

{what_0} 

## How it works

{how_0} 

## How to implement

{implement_0} 
