# OCR Settings

To open the OCR Settings, go to **Settings -> Modules -> OCR**.

***

### Copy to Clipboard

Automatically copies the recognized text to your clipboard after each OCR capture.

***

### Status Bar

Shows or hides the Status Bar at the bottom of the Capture Area window.

***

### Auto Hide Toolbar *(New)*

Enables or disables the automatic hiding of the Side Toolbar.

When enabled, the Side Toolbar will automatically hide so it does not obstruct your view during gameplay.

***

### Draw Bounding Box

Displays the bounding box outlines returned by the OCR engine around each detected text region.

This is useful for verifying which areas the OCR engine is detecting and recognizing.

***

### Auto Capture Interval (s)

Sets the time interval (in seconds) between each automatic capture when Auto Capture is active.

***

### Recording Mode *(New)*

Enables or disables Recording Mode *(Requires Relaunch)*.

**When Recording Mode is OFF (default):** The Hyper Overlay window is automatically hidden from screenshots and screen recordings. This allows the OCR Capture Area to capture the screen without being obstructed by the Hyper Overlay window, resulting in more accurate text recognition.

**When Recording Mode is ON:** The Hyper Overlay window will briefly flicker or hide the displayed text during OCR capture events, then show it again once the capture is complete.

{% hint style="info" %}
**Note:** Some screenshot or screen recording applications may fail to capture the screen when Recording Mode is OFF. If you experience this issue, try enabling Recording Mode.
{% endhint %}

***

### Tesseract Server

Enables or disables the Tesseract local server.

When enabled, text recognition using the Tesseract OCR engine will perform significantly faster compared to running without the server.

***

### EasyOCR Custom Languages

Configures the language models used by EasyOCR.

Enter the languages as a JSON string array of language codes separated by commas.

**Example:**

```
["ja", "en"]
```

For a list of supported language codes, refer to the EasyOCR documentation.
