# Installation

## Overview

Rekor's [Vehicle Recognition SDK](https://rekor.ai/developers/vehicle-recognition-sdk) offers robust local integration options, supporting various operating systems such as Windows, Ubuntu Linux, and ARM architecture. This section provides detailed instructions on installing and configuring the SDK to ensure seamless integration with your application.

## Prerequisites

Before you begin the installation process, ensure that your system meets the following prerequisites:

* **Operating System:** [Windows](https://docs.rekor.ai/developers/vehicle-recognition-sdk/installation/windows), [Ubuntu Linux](https://docs.rekor.ai/developers/vehicle-recognition-sdk/installation/ubuntu-linux), or ARM
* **Additional Libraries:** [Tesseract OCR](https://github.com/tesseract-ocr/tesseract), [OpenCV](https://opencv.org/releases/)

## Install Additional Libraries

### **Tesseract OCR**

Download the [Tesseract OCR library](https://github.com/tesseract-ocr/tesseract) and extract the source code into a designated directory on your system. Compile the library using the appropriate build tools and ensure it is properly configured.

### **OpenCV**

Download the [OpenCV library](https://opencv.org/releases/) and extract the source code into its own directory. Compile the OpenCV library following the provided guidelines. Ensure that the necessary dependencies are met, and the library is compiled successfully.

## Download and Configure SDK

Once the additional libraries (Tesseract OCR and OpenCV) are installed and compiled, you are ready to download and configure the Vehicle Recognition SDK on your operating system. Step-by-step instructions are available for both [Windows](https://docs.rekor.ai/developers/vehicle-recognition-sdk/installation/windows) and [Ubuntu Linux](https://docs.rekor.ai/developers/vehicle-recognition-sdk/installation/ubuntu-linux).


---

# 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.rekor.ai/developers/vehicle-recognition-sdk/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.
