Skip to content

Commit 50e16e5

Browse files
committed
Extra edits
1 parent 9605118 commit 50e16e5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/ai-services/immersive-reader/tutorial-ios-picture-immersive-reader.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ The [Immersive Reader](https://www.onenote.com/learningtools) is an inclusively
1818

1919
The [Azure AI Vision Read API](../../ai-services/computer-vision/overview-ocr.md) detects text content in an image using Microsoft's latest recognition models and converts the identified text into a machine-readable character stream.
2020

21-
In this tutorial, you build an iOS app from scratch and integrate the Read API, and the Immersive Reader by using the Immersive Reader SDK. A full working sample of this tutorial is available [here](https://github.com/microsoft/immersive-reader-sdk/tree/master/js/samples/ios).
22-
23-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/cognitive-services/) before you begin.
21+
In this tutorial, you build an iOS app from scratch and integrate the Read API and the Immersive Reader by using the Immersive Reader SDK. A full working sample of this tutorial is available [on GitHub](https://github.com/microsoft/immersive-reader-sdk/tree/master/js/samples/ios).
2422

2523
## Prerequisites
2624

25+
* An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/ai-services/).
2726
* MacOS and [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12).
2827
* An Immersive Reader resource configured for Microsoft Entra authentication. Follow [these instructions](how-to-create-immersive-reader.md) to get set up.
29-
* An Azure subscription to the Azure AI Vision service. Create an [Azure AI Vision resource in the Azure portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision).
28+
* A subscription to the Azure AI Vision service. Create an [Azure AI Vision resource in the Azure portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision).
3029

3130
## Create an Xcode project
3231

@@ -42,7 +41,7 @@ Choose **Single View App**.
4241

4342
The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via Cocoapods:
4443

45-
1. Follow the getting started guide to [install Cocoapods](http://guides.cocoapods.org/using/getting-started.html).
44+
1. Follow the [guide to install Cocoapods](http://guides.cocoapods.org/using/getting-started.html).
4645

4746
2. Create a Podfile by running `pod init` in your Xcode project's root directory.
4847

@@ -68,7 +67,7 @@ The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via
6867

6968
## Acquire a Microsoft Entra authentication token
7069

71-
You need some values from the Microsoft Entra authentication configuration prerequisite step for this part. Refer back to the text file you saved from that session.
70+
You need some values from the Microsoft Entra authentication configuration step in the prerequisites section. Refer back to the text file you saved from that session.
7271

7372
````text
7473
TenantId => Azure subscription TenantId
@@ -571,4 +570,4 @@ Take or upload a photo of text by pressing the **Take Photo** button or **Choose
571570
## Next step
572571

573572
> [!div class="nextstepaction"]
574-
> [Explore the Immersive Reader SDK reference](../../reference.md)
573+
> [Explore the Immersive Reader SDK reference](reference.md)

0 commit comments

Comments
 (0)