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

# ID Document Recognition SDK

Faceplugin ID Document Recognition SDK. Fully on-premise OCR, MRZ, barcode, and authenticity for passports and ID cards from 200+ countries.

### Overview

Discover our cutting-edge **ID Document Recognition SDK**, a **cross-platform, on-premise solution** built to read and validate identity documents. The SDK recognizes **ID cards, driver licenses, and passports from 200+ countries**, with OCR, MRZ, barcode, image quality, and optional document authenticity (document liveness).

All processing stays on the device or in your own server — **NO** data leaves your machine.

### Features

* [x] ID card, passport, and driver license recognition
* [x] MRZ, barcode, QR, and OCR
* [x] Document detection and type classification
* [x] Live camera locate overlay on mobile
* [x] Image quality analysis
* [x] Face, portrait, and signature extraction
* [x] Authenticity / document liveness (when licensed)
* [x] Fully On-Premise

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><strong>Android SDK</strong></td><td></td><td><a href="https://2098903383-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOVPhdobVzMJATKJFiDsH%2Fuploads%2Fgit-blob-578fbed64417d9c7ef37cb0e4997a277b335bcad%2Fandroid.png?alt=media">android.png</a></td><td><a href="/id-document-recognition-sdk/id-document-recognition-android-sdk.md">ID Document Recognition Android SDK</a></td></tr><tr><td></td><td><strong>iOS SDK</strong></td><td></td><td><a href="https://2098903383-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOVPhdobVzMJATKJFiDsH%2Fuploads%2Fgit-blob-d1f9b6a4b268ef7e954d1358945edc06d1ef16f8%2Fapple-logo-3-300x300.png?alt=media">apple-logo-3-300x300.png</a></td><td><a href="/id-document-recognition-sdk/id-document-recognition-ios-sdk.md">ID Document Recognition iOS SDK</a></td></tr><tr><td></td><td>Windows SDK</td><td></td><td></td><td><a href="/id-document-recognition-sdk/id-document-recognition-windows-sdk.md">ID Document Recognition Windows SDK</a></td></tr><tr><td></td><td>Linux SDK</td><td></td><td><a href="https://2098903383-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOVPhdobVzMJATKJFiDsH%2Fuploads%2Fgit-blob-0f5cb3cdee8ca0578139512c4b8f6ad8d172d7e2%2Flinux_PNG1%20(1).png?alt=media">linux_PNG1 (1).png</a></td><td><a href="/id-document-recognition-sdk/id-document-recognition-linux-sdk.md">ID Document Recognition Linux SDK</a></td></tr></tbody></table>

Every platform returns the same result idea. Start with [Document result JSON](/id-document-recognition-sdk/document-result-json.md), then [Document security check fields](/id-document-recognition-sdk/document-security-check-fields.md) when authenticity is on.

### Usecases

* [x] Identity Verification & KYC (Know Your Customer)
* [x] Digital onboarding
* [x] Financial Services (Banking & Fintech)
* [x] Government e-services
* [x] Access Control & Security
* [x] Fraud Prevention


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.faceplugin.com/id-document-recognition-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
