# Image-to-Text Captchas / OCR

## **Example of Captchas**

Our OCR model accepts a wide range of images for solving and is optimized for specific captchas. We can also implement new captchas based on client requests with near-perfect accuracy.

### **Queue-IT's BotDetect**

Queue-IT and SoftBlock provide image-to-text challenges known as BotDetect, which our API can solve efficiently.

<figure><img src="/files/ZPbQxLtZMX4Nu9HiCs20" alt="" width="375"><figcaption></figcaption></figure>

### **TicketMaster SG's Captchas (ATC & Checkout)**

Our API quickly and accurately handles TicketMaster SG's image-to-text captchas during ATC and Checkout processes, using advanced pre- and post-processing of images.

<figure><img src="/files/579vqIPHkcmxorIvhCWV" alt=""><figcaption></figcaption></figure>


---

# 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.takionapi.tech/ocr.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.
