Skip to content

Commit 29b4c51

Browse files
committed
indentation
1 parent f1ae6a1 commit 29b4c51

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/ai-foundry/model-inference/how-to/use-image-to-text.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ To use image models in your application, you need:
4848
export AZURE_API_KEY = "<your-api-key>"
4949
```
5050
51-
1. Run a basic code sample. Paste the following code into a shell.
52-
53-
> [!NOTE]
54-
> Different image models accept different data formats. In this example, `Mistral OCR 25.03` supports only base64 data. Document url or image url isn't supported.
51+
1. Run a basic code sample. Different image models accept different data formats. In this example, `Mistral OCR 25.03` supports only base64 data; document url or image url isn't supported. Paste the following code into a shell.
5552
5653
```http
5754
curl --request POST \

0 commit comments

Comments
 (0)