# Image Solver

**What is Image Solver?**\
This feature allows QuizSolver to process images for text extraction and problem-solving. It’s useful for:

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

* Extracting text from images on internet
* Solving quiz questions from images
* Recognizing text from handwritten notes
* Describing the content of the image&#x20;

**How to Use Image Solver?**

1. Open **QuizSolver Settings**.
2. Make sur **Image Solver** on.
3. On any image on internet, click on the icon that will be showed in the corner of image
4. Select one of the options based on your need.&#x20;

<figure><img src="/files/7kK4gGQ6CqkI203kahes" alt=""><figcaption><p>Image Solver in action</p></figcaption></figure>

{% hint style="danger" %}
This feature only works with images in JPG or PNG format and larger than 150x150px
{% endhint %}


---

# 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.quizsolverai.com/doc/image-solver.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.
