From 0d5a87f53b52d912c74bc3f835f656722859dfa0 Mon Sep 17 00:00:00 2001 From: Christoph Bussler Date: Mon, 11 Aug 2025 17:09:27 -0700 Subject: [PATCH] Adjusting the URL addressing basic OKR to correct location --- docs/getting-started/docs_introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/docs_introduction.md b/docs/getting-started/docs_introduction.md index f46f5d81..5e1b3482 100644 --- a/docs/getting-started/docs_introduction.md +++ b/docs/getting-started/docs_introduction.md @@ -41,7 +41,7 @@ The [Mistral AI APIs](https://console.mistral.ai/) empower LLM applications via: - [Text generation](/capabilities/completion), enables streaming and provides the ability to display partial model results in real-time - [Vision](/capabilities/vision), enables the analysis of images and provides insights based on visual content in addition to text. -- [OCR](/capabilities/OCR/basic_ocr), allows the extraction of interleaved text and images from documents. +- [OCR](/capabilities/document_ai/basic_ocr), allows the extraction of interleaved text and images from documents. - [Code generation](/capabilities/code_generation), enpowers code generation tasks, including fill-in-the-middle and code completion. - [Embeddings](/capabilities/embeddings/overview), useful for RAG where it represents the meaning of text as a list of numbers. - [Function calling](/capabilities/function_calling), enables Mistral models to connect to external tools.