> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/backend-sdk/ocr/release_notes/2.14.0_release_notes.md).

# 2.14.0

## Summary

Version 2.14.0 introduces significant improvements in multialphabet processing capabilities. This version includes a new Endpoint designed specifically to handle documents with different character encodings, as well as updates to the underlying facephi-recognition engine to take advantage of the latest features and optimizations.

## New features

### New Endpoint: POST `/api/v1/process_multi`

An Endpoint dedicated to multialphabet document processing has been added.

**Usage:**

```bash
POST /api/v1/process_multi
Content-Type: application/json

{
  "type": "IdCard",
  "model": "IdCard_MEX",
  "files": ["base64_front_image", "base64_back_image"]
}
```
