# Android

- [Project Setup](https://docs.accurascan.com/language/android/project-setup.md)
- [Accura OCR](https://docs.accurascan.com/language/android/accura-ocr.md): High Accuracy OCR (Optical Character Recognition) Includes English, Latin, Chinese, Korean and Japanese Languages.
- [Accura Scan -  Face Match / Face Biometrics](https://docs.accurascan.com/language/android/accura-scan-face-match-face-biometrics.md): Face Biometrics is used for Matching Both the Source and the Target Image. It Matches the User's Selfie Image with the Image on the Document.
- [Accura Liveness](https://docs.accurascan.com/language/android/accura-liveness.md): User Authentication and Liveness Check Is Used for Customer Verification and Authentication.
- [Finger Biometrics](https://docs.accurascan.com/language/android/finger-biometrics.md)


---

# 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.accurascan.com/language/android.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.
