---
title: "OCR"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/mistral/vision/ocr
markdown: https://docs.nodetool.ai/nodes/mistral/vision/ocr.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/mistral/vision/ocr.md
---

# OCR

**Type:** `mistral.vision.OCR`

**Namespace:** `mistral.vision`

## Description

Extract text from images using Mistral AI's Pixtral models.
    mistral, pixtral, ocr, text extraction, document, image

    Specialized node for optical character recognition (OCR) using Pixtral.
    Optimized for extracting text content from documents, screenshots, and images.
    Requires a Mistral API key.

    Use cases:
    - Extract text from scanned documents
    - Read text from screenshots
    - Digitize printed materials
    - Extract data from forms and receipts

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The image to extract text from | `{"type":"image","uri":"","asset_id":null,"data"...` |
| model | `enum` | The Pixtral model to use for OCR | `pixtral-large-latest` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

Browse other nodes in the [mistral.vision](./) namespace.
