# OCR Engine Installer

{% hint style="info" %}
This installer has been tested and works well on Windows 11. If the installation does not work, the best approach is to manually install the OCR engine.
{% endhint %}

Simply select the OCR engine you want to install.\
For Tesseract OCR and Windows OCR, the installation includes English, Chinese, Japanese, and Korean languages.

<figure><img src="/files/q2QeM09DYLwDHZeUP3nN" alt=""><figcaption></figcaption></figure>

## How to Get Started:

* Download the **VNTOCR\_Installer.exe** from <https://fazx.itch.io/vntocr-installer>
* Run **VNTOCR\_Installer.exe** as Administrator
* Select the OCR Engine:
  * For example, to install Tesseract OCR, press **1** and then **Enter**
* Press **Y** to confirm the installation
* Wait for the installation process to complete

Once the installation is finished, you can start using VNTranslator OCR with the selected engine.


---

# 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-engines/ocr-engine-installer.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.
