> For the complete documentation index, see [llms.txt](https://docs.mindee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindee.com/v2/fr/modeles-ocr/ocr.md).

# Aperçu du modèle OCR brut

Un fichier envoyé au modèle OCR brut peut contenir n'importe quel nombre de pages, [dans certaines limites](/v2/fr/integrations/technical-limitations.md#file-limits).

## Créer un modèle OCR brut

Les Modèles OCR bruts sont toujours personnalisés, aucun modèle n'est disponible dans le Catalogue.

Chaque modèle reçoit son propre ID de modèle unique lorsque vous le créez.

1. Pour créer un modèle OCR, cliquez sur **Modèles**, puis cliquez sur **Créez votre modèle d'IA documentaire**.
2. Faites défiler jusqu'à **Utilitaires de documents** section, cliquez sur **OCR.**\
   Cette étape générera également l'ID de modèle unique du modèle.
3. Vous pouvez maintenant utiliser l'onglet **Live test** onglet pour traiter les documents.<br>

Votre modèle OCR est maintenant disponible dans votre **Modèles** onglet :

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

Voici un tutoriel étape par étape qui vous montre comment créer correctement un utilitaire OCR :

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

## Intégration

Une fois votre modèle OCR créé et testé, la documentation d’intégration est fournie dans la page "Documentation", ou ici : [Démarrage rapide OCR](/v2/fr/modeles-ocr/sdk-integration/ocr-quick-start.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/v2/fr/modeles-ocr/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.
