You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/immersive-reader/tutorial-ios-picture-immersive-reader.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,14 @@ The [Immersive Reader](https://www.onenote.com/learningtools) is an inclusively
18
18
19
19
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.
20
20
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).
24
22
25
23
## Prerequisites
26
24
25
+
* An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/ai-services/).
27
26
* MacOS and [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12).
28
27
* 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).
30
29
31
30
## Create an Xcode project
32
31
@@ -42,7 +41,7 @@ Choose **Single View App**.
42
41
43
42
The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via Cocoapods:
44
43
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).
46
45
47
46
2. Create a Podfile by running `pod init` in your Xcode project's root directory.
48
47
@@ -68,7 +67,7 @@ The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via
68
67
69
68
## Acquire a Microsoft Entra authentication token
70
69
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.
72
71
73
72
````text
74
73
TenantId => Azure subscription TenantId
@@ -571,4 +570,4 @@ Take or upload a photo of text by pressing the **Take Photo** button or **Choose
571
570
## Next step
572
571
573
572
> [!div class="nextstepaction"]
574
-
> [Explore the Immersive Reader SDK reference](../../reference.md)
573
+
> [Explore the Immersive Reader SDK reference](reference.md)
0 commit comments