For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

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

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

Last updated