2.14.0
Last updated
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.
/api/v1/process_multiAn 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