> For the complete documentation index, see [llms.txt](https://docs.accurascan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accurascan.com/solutions/finger-biometrics/ios/sdk-setup.md).

# SDK Setup

install Git LFS using command `install git-lfs`

***

Add below pod in podfile

```
    # install the AccuraKYC pod for  AccuraOCR, AccuraFacematch And AccuraLiveness </br>
    pod 'AccuraFinger', '1.0.0'
```

***

Run `pod install`
