# Getting Started with OkayID Lite

## OkayID Lite

OkayID Lite is a mobile SDK to ease the user by performing ID card OCR extraction. OkayID Lite contains the function of performing OCR scanning that is similar to OkayCam but using video to make sure that it captures all of the information needed in the ID card. It also contains cropping functionality to crop the portrait face contains on the ID card.

This OkayID Lite mobile SDK is developed into three different platforms which are Android, iOS and React-native that contain the same functionalities.

## Requirements

#### Android

* Android SDK 21 and above

#### iOS

* Swift 5+
* iOS 11.0 and above (arm64 architecture)

{% hint style="warning" %}
The SDK only supports the minimum requirement and above for Android and iOS
{% endhint %}


---

# 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://api-old.innov8tif.com/okayid-lite-mobile-sdk/getting-started-with-okayid-lite.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.
