# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vntranslator.com/user-guide/ocr/ocr-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
