# OCR Engines

| OCR Engine                                                                                                   | Best For                                           | Notes                                                                                               |
| ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [**Google Cloud Vision**](/user-guide/ocr/ocr-engines/google-cloud-vision.md)                                | <p>Complex background,<br>rotated/colored text</p> | <ul><li>⭐⭐⭐⭐⭐</li><li>🌐 Online</li><li>Cloud-based AI</li><li>Paid (Free tier available)</li></ul> |
| [**Azure Cloud Vision**](/user-guide/ocr/ocr-engines/azure-cloud-vision.md)                                  | <p>Complex background,<br>rotated/colored text</p> | <ul><li>⭐⭐⭐⭐</li><li>🌐 Online</li><li>Cloud-based AI</li><li>Paid (Free tier available)</li></ul>  |
| [Nanonets OCR small ](/user-guide/ocr/ocr-engines/nanonets-ocr-small.md)                                     | Complex background, rotated/colored text           | <ul><li>⭐⭐⭐🌠</li><li>Offline - Custom</li><li>AI-based (LLM)</li></ul>                             |
| [Fast OCR](/user-guide/ocr/ocr-engines/fast-ocr.md)                                                          | Moderate background noise, multi-color text        | <ul><li>⭐⭐⭐</li><li>Offline</li><li>Modern OCR Engine</li></ul>                                     |
| Qwen 2.5 VL 7B                                                                                               | Complex background, rotated/colored text           | <ul><li>⭐⭐⭐</li><li>Offline - Custom</li><li>AI-based (LLM)</li></ul>                               |
| [Gemma 3 Vision](/user-guide/ocr/ocr-engines/gemma-3-4b-vision.md)                                           | Complex background, rotated/colored text           | <ul><li>⭐⭐⭐</li><li>Offline - Custom</li><li>AI-based (LLM)</li></ul>                               |
| EasyOCR                                                                                                      | Moderate background noise, multi-color text        | <ul><li>⭐⭐</li><li>Offline - Custom</li><li>Modern ML-based</li></ul>                               |
| [**Tesseract OCR**](/user-guide/ocr/ocr-engines/tesseract-ocr.md)                                            | Basic black text on white background               | <ul><li>⭐</li><li>Offline</li><li>Traditional OCR engine</li></ul>                                  |
| [**Windows OCR**](/user-guide/ocr/ocr-engines/windows-ocr.md)                                                | Basic black text on white background               | <ul><li>⭐</li><li>Offline</li><li>Traditional OCR engine</li></ul>                                  |
| ~~**Google Lens**~~                                                                                          | <p>Complex background,<br>rotated/colored text</p> | <ul><li>⭐⭐⭐⭐</li><li>🌐 Online</li><li>Cloud-based AI</li><li>Unstable</li></ul>                    |
| <p><a href="/pages/IxLIxTyeCEhhwEdd3AZf"><strong>Custom -</strong> <br><strong>Command Line</strong></a></p> | Custom workflows and integration                   | <ul><li>Requires setup knowledge</li><li>Highly flexible for developers</li></ul>                   |
| <p><a href="/pages/U8HsrSSYHOwJhkqMSNlA"><strong>Custom -</strong> <br><strong>HTTP POST</strong></a></p>    | Custom workflows and integration                   | <p></p><ul><li>Requires setup knowledge</li><li>Highly flexible for developers</li></ul>            |


---

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