@@ -13,23 +13,23 @@ enableLanguageSelection: true
1313# iOS User Guide for Document Scanner Integration
1414
1515- [ iOS User Guide for Document Scanner Integration] ( #ios-user-guide-for-document-scanner-integration )
16- - [System Requirements](#system-requirements)
17- - [Add the SDK](#add-the-sdk)
18- - [Add the xcframeworks via CocoaPods](#add-the-xcframeworks-via-cocoapods)
19- - [Add the xcframeworks via Swift Package Manager](#add-the-xcframeworks-via-swift-package-manager)
20- - [Build Your First Application](#build-your-first-application)
21- - [Create a New Project](#create-a-new-project)
22- - [Include the Library](#include-the-library)
23- - [Initialize License](#initialize-license)
24- - [Main ViewController for Realtime Detection of Quads](#main-viewcontroller-for-realtime-detection-of-quads)
25- - [Get Prepared with the Camera Module](#get-prepared-with-the-camera-module)
26- - [Initialize Capture Vision Router](#initialize-capture-vision-router)
27- - [Set up Result Receiver](#set-up-result-receiver)
28- - [Configure the methods viewDidLoad, viewWillAppear, and viewWillDisappear](#configure-the-methods-viewdidload-viewwillappear-and-viewwilldisappear)
29- - [Display the Normalized Image](#display-the-normalized-image)
30- - [Configure Camera Permissions](#configure-camera-permissions)
31- - [Additional Steps for iOS 12.x or Lower Versions](#additional-steps-for-ios-12x-or-lower-versions)
32- - [Build and Run the Project](#build-and-run-the-project)
16+ - [ System Requirements] ( #system-requirements )
17+ - [ Add the SDK] ( #add-the-sdk )
18+ - [ Add the xcframeworks via CocoaPods] ( #add-the-xcframeworks-via-cocoapods )
19+ - [ Add the xcframeworks via Swift Package Manager] ( #add-the-xcframeworks-via-swift-package-manager )
20+ - [ Build Your First Application] ( #build-your-first-application )
21+ - [ Create a New Project] ( #create-a-new-project )
22+ - [ Include the Library] ( #include-the-library )
23+ - [ Initialize License] ( #initialize-license )
24+ - [ Main ViewController for Realtime Detection of Quads] ( #main-viewcontroller-for-realtime-detection-of-quads )
25+ - [ Get Prepared with the Camera Module] ( #get-prepared-with-the-camera-module )
26+ - [ Initialize Capture Vision Router] ( #initialize-capture-vision-router )
27+ - [ Set up Result Receiver] ( #set-up-result-receiver )
28+ - [ Configure the methods viewDidLoad, viewWillAppear, and viewWillDisappear] ( #configure-the-methods-viewdidload-viewwillappear-and-viewwilldisappear )
29+ - [ Display the Normalized Image] ( #display-the-normalized-image )
30+ - [ Configure Camera Permissions] ( #configure-camera-permissions )
31+ - [ Additional Steps for iOS 12.x or Lower Versions] ( #additional-steps-for-ios-12x-or-lower-versions )
32+ - [ Build and Run the Project] ( #build-and-run-the-project )
3333
3434## System Requirements
3535
@@ -80,8 +80,7 @@ This guide will walk you through the process of creating a HelloWorld app for de
8080>
8181> - Xcode 14.0 is used in this guide.
8282> - You can get the source code of the HelloWorld app from the following link
83- > - [ Objective-C] ( https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DocumentScanner/AutoNormalizeObjc ) {: target ="_ blank"}.
84- > - [ Swift] ( https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DocumentScanner/AutoNormalize ) {: target ="_ blank"}.
83+ > - [ DocumentScanner iOS Sample] ( https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/dcv_v2.6.1003/ios/DocumentScanner/ ) {: target ="_ blank"}.
8584
8685### Create a New Project
8786
0 commit comments