# 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/0ofu3aqbfagkwltn1fuhn/ios_idsdk.zip?rlkey=lnbvkntrbu6fbgd8x51mdeo7x\&st=09vm7sow\&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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.recognito.vision/id-document-recognition-sdk/integration-guide/ios/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
