Introduction
Welcome to QI Tech's Web Face Recognition integration manual! This library performs face capture and sends it to the QI Tech Face Recognition API. You can use this library to capture a client's face image through your website and reference it through a key in other QI Tech system products.
In this step-by-step guide you will find library details as well as a javascript implementation example. With this, you have the necessary tools to adapt to your application's use case.
Problems?
We are not a company that hides behind an API! Contact our support and we will respond as quickly as possible. Feel free to call us if you want a quick response!
We Love Feedback
Even if you have already solved your problem or it is very simple (Even a typo or inadequate organization that you already understood), send us an email, so we make the documentation increasingly practical and the next person won't need to suffer the pains you suffered!
Environments
We have two environments for our clients.
- Production
- Sandbox
Real data from individuals and/or legal entities should not be used in QI Tech's Sandbox environments.
The selection is performed through the .setSandboxEnvironment() method in the facial recognition component initialization, which will change the environment to sandbox. If the method is not called, the production environment will be considered.