> For the complete documentation index, see [llms.txt](https://docs.kby-ai.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kby-ai.com/help/product/automatic-license-plate-number-recognition-sdk.md).

# Automatic License Plate/Number Recognition SDK

## Vehicle License Plate Recognition SDK

{% hint style="info" %}
We offer the Vehicle License Plate/Number Recognition SDK for both mobile and server platforms.

`Flutter` and `Server` SDKs are released by `KBY-AI` team.
{% endhint %}

<table><thead><tr><th width="375">Mobile SDK(Flutter, Android, iOS)</th><th>Server SDK(Windows, Linux)</th></tr></thead><tbody><tr><td>Vehicle Detection</td><td>Vehicle Detection</td></tr><tr><td>License Plate Detection</td><td>License Plate Detection</td></tr><tr><td>OCR Based License Number Parser</td><td>OCR Based License Number Parser</td></tr><tr><td>Export License Plate Coordinate</td><td>Export License Plate Coordinate</td></tr><tr><td>Support Car, Truck, Bus, etc</td><td>Support Car, Truck, Bus, etc</td></tr><tr><td>Support Various License Plates From 180+ Counrtries</td><td>Support Various License Plates From 180+ Counrtries</td></tr><tr><td>Support Android &#x26; iOS</td><td>Support Linux &#x26; Docker</td></tr><tr><td>On-Premise, Fully Offine Work on Device</td><td>On-Premise, Offine Work on Self-hosted Server</td></tr></tbody></table>

<table data-card-size="large" data-view="cards"><thead><tr><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>License Plate Recognition SDK - Linux</td><td></td><td><a href="/files/NEwwnb3VQjZOd6aQPW88">/files/NEwwnb3VQjZOd6aQPW88</a></td><td><a href="/pages/GY80AKl5098Pc98XI9ru">/pages/GY80AKl5098Pc98XI9ru</a></td></tr><tr><td>License Plate Recognition SDK - Flutter</td><td></td><td><a href="/files/jCI6qzoNMAmJZEuuYQnB">/files/jCI6qzoNMAmJZEuuYQnB</a></td><td><a href="/pages/UExuwZ1j2Gn0RsyTID1o">/pages/UExuwZ1j2Gn0RsyTID1o</a></td></tr></tbody></table>


---

# 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://docs.kby-ai.com/help/product/automatic-license-plate-number-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.
