> For the complete documentation index, see [llms.txt](https://docs.recognito.vision/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.recognito.vision/id-document-recognition-sdk/integration-guide/ios/installation.md).

# Installation

The iOS-ID Document Recognition SDK is provided in **Framework** format.

## Download SDK&#x20;

Download [**ios\_idsdk.zip \[146M\]**](https://www.dropbox.com/scl/fi/ycnjtrmxfdlqw52np4t98/ios_idsdk.zip?rlkey=r4ao2owdtrm8e1nv8jlxsf8fs\&st=acrk4ywj\&dl=0)

## Directory Structure

The SDK directory contains the following directories and files:

<table data-header-hidden><thead><tr><th width="152"></th><th></th></tr></thead><tbody><tr><td><strong>idsdk.framework</strong></td><td>ID Document Recognition SDK framework file</td></tr><tr><td><strong>TTVOCRCore.framework</strong></td><td>OCR framework file</td></tr><tr><td>IDCardRecognition-Bridging-Header.h</td><td>Bridging Header file for Objective-C and Swift</td></tr></tbody></table>

## Add ID SDK to iOS Project <a href="#adding-the-android-sdk" id="adding-the-android-sdk"></a>

* Copy and Add `idsdk.framework` and TTVOCRCore.`framework` into the project

<figure><img src="/files/lolkjlt3rmcsYQNnXf77" alt=""><figcaption></figcaption></figure>

* Add `IDCardRecognition-Bridging-Header.h` to Build Settings

<figure><img src="/files/CvOWKxUFHzXIq14Vmlwk" alt=""><figcaption></figcaption></figure>

* Build your project

<figure><img src="/files/7RuUxAaDsk8eoMcgC1At" alt=""><figcaption></figcaption></figure>
