# OCR Model Overview

A file sent to the OCR Model may have any number of pages, [within limits](/integrations/technical-limitations.md#file-limits).

## Create an OCR Model

1. To create a OCR utility, click on **Models**, and then click on **Create your document AI model**.
2. Scroll to the **Document Utilities** section, click on **OCR.**
3. You can now use the **Live Test** tab to process documents.<br>

Your OCR utility is now available in your **Models** tab:

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

Here is a step-by-step tutorial that shows you how to properly create an OCR utility:

{% @supademo/embed url="<https://app.supademo.com/demo/cmlrrputf0pnh1189ay3tsdkt>" demoId="cmlrrputf0pnh1189ay3tsdkt" %}

## Integration

Once your OCR model is created and tested, integration documentation is provided in the "Documentation" page, or here: [OCR Quick Start](/ocr-models/sdk-integration/ocr-quick-start.md)


---

# 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.mindee.com/ocr-models/ocr.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.
