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/cognitive-services/immersive-reader/ios-picture-immersive-reader-tutorial.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The [Immersive Reader](https://www.onenote.com/learningtools) is an inclusively
19
19
20
20
The [Computer Vision Cognitive Services Read API](https://docs.microsoft.com/azure/cognitive-services/computer-vision/concept-recognizing-text) detects text content in an image using Microsoft's latest recognition models and converts the identified text into a machine-readable character stream.
21
21
22
-
In this tutorial, you will 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/iOS/samples/picture-to-immersive-reader-swift).
22
+
In this tutorial, you will 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/iOS/samples/picture-to-immersive-reader-swift).
23
23
24
24
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
25
25
@@ -43,7 +43,7 @@ Choose **Single View App**.
43
43
The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via Cocoapods:
44
44
1.[Install CocoaPods](http://guides.cocoapods.org/using/getting-started.html) - Follow the getting started guide to install Cocoapods.
45
45
2. Create a Podfile by running `pod init` in your Xcode project's root directory.
46
-
3. Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/iOS/immersive-reader-sdk'`. Your Podfile should look like the following, with your target's name replacing picture-to-immersive-reader-swift:
46
+
3. Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/immersive-reader-sdk'`. Your Podfile should look like the following, with your target's name replacing picture-to-immersive-reader-swift:
47
47
```ruby
48
48
platform :ios, '9.0'
49
49
@@ -102,4 +102,4 @@ Inside the app, take or upload a photo of text by pressing the 'Take Photo' butt
102
102
103
103
## Next steps
104
104
105
-
* Explore the [Immersive Reader iOS SDK](https://github.com/microsoft/immersive-reader-sdk/iOS) and the [Immersive Reader iOS SDK Reference](./ios-reference.md)
105
+
* Explore the [Immersive Reader iOS SDK](https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS) and the [Immersive Reader iOS SDK Reference](./ios-reference.md)
Copy file name to clipboardExpand all lines: articles/cognitive-services/immersive-reader/ios-quickstart.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ ms.author: t-meroa
17
17
18
18
The [Immersive Reader](https://www.onenote.com/learningtools) is an inclusively designed tool that implements proven techniques to improve reading comprehension.
19
19
20
-
In this quickstart, you will build an iOS app from scratch and integrate the Immersive Reader by using the Immersive Reader SDK. A full working sample of this quickstart is available [here](https://github.com/microsoft/immersive-reader-sdk/iOS/samples/quickstart-swift).
20
+
In this quickstart, you will build an iOS app from scratch and integrate the Immersive Reader by using the Immersive Reader SDK. A full working sample of this quickstart is available [here](https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/samples/quickstart-swift).
21
21
22
22
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
23
23
@@ -40,7 +40,7 @@ Choose **Single View App**.
40
40
The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via Cocoapods:
41
41
1.[Install Cocoapods](http://guides.cocoapods.org/using/getting-started.html) - Follow the getting started guide to install Cocoapods.
42
42
2. Create a Podfile by running `pod init` in your Xcode project's root directory.
43
-
3. Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/iOS/immersive-reader-sdk'`. Your Pofile should look like the following, with your target's name replacing quickstart-swift:
43
+
3. Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/immersive-reader-sdk'`. Your Pofile should look like the following, with your target's name replacing quickstart-swift:
44
44
```ruby
45
45
platform :ios, '9.0'
46
46
@@ -99,4 +99,4 @@ When you click on the "Immersive Reader" button, you'll see the Immersive Reader
99
99
100
100
## Next steps
101
101
102
-
* Explore the [Immersive Reader iOS SDK](https://github.com/microsoft/immersive-reader-sdk/iOS) and the [Immersive Reader iOS SDK Reference](./ios-reference.md)
102
+
* Explore the [Immersive Reader iOS SDK](https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS) and the [Immersive Reader iOS SDK Reference](./ios-reference.md)
0 commit comments