Recognito
  • About RECOGNITO
  • Face Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • Face Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • License Option
  • How to implement 1:N identification with RECOGNITO SDK
  • Contact & Support
Powered by GitBook
On this page
  • Download SDK
  • Directory Structure
  • Install dependencies
  1. ID Document Recognition SDK
  2. Integration Guide
  3. Linux

Installation

PreviousLinuxNextAPI Reference

Last updated 5 months ago

Download SDK

Download

Unpack the id_recognition_engine.zip archive into the desired directory.

Directory Structure

The SDK directory contains the following directories and files:

dependency\

libimutils.so

libimutils so file for Ubuntu20.04

libimutils.so_for_ubuntu22

libimutils so file for Ubuntu22.04

libttvcore.so

OCR dependency so file

engine\

bin\

SDK binary files

header.py

Header file

libMetaChecker.so

File Meta Checking Library

libOCR.so

OCR Engine Library

Install dependencies

  • Install packages and requirements:

sudo apt-get install -y python3 python3-pip libcurl4-openssl-dev libssl-dev libopencv-dev libpcsclite-dev
  • Copy dependency libraries:

sudo cp -f dependency/libimutils.so /usr/lib
sudo cp -f dependency/libttvcore.so /usr/lib

If the Ubuntu version is 22.04:

sudo cp -f dependency/libimutils.so_for_ubuntu22 /usr/lib/libimutils.so

id_recognition_engine.zip