> For the complete documentation index, see [llms.txt](https://docs.vntranslator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vntranslator.com/user-guide/ocr/ocr-engines/ocrspace.md).

# OCRSpace

### Link

* <https://ocr.space/ocrapi>

### Custom - HTTP POST

URL:&#x20;

* `https://api.ocr.space/parse/image`

Content Type:&#x20;

* `application/x-www-form-urlencoded`

Headers:&#x20;

* `{}`

Body:

{% code overflow="wrap" %}

```json
{ 
   "base64Image":"data:image/png;base64,$IMAGE_BASE64", 
   "language": "jpn",
   "apikey": "YOUR_API_KEY_HERE"
}
```

{% endcode %}

Response Type:

* `JSON`

Response Query:

* `ParsedResults[0].ParsedText`
