Installation
This is your installation guide
Example
To install the Legitimuz SDK in your project, copy and paste the code below into the page where you want to use the SDK.
Usage
Before implementing the following code, it is important to ensure that the page contains the necessary HTML elements. The Legitimuz SDK requires an input element with the id attribute set to legitimuz-hydrate-cpf. This element is used for CPF input.
Additionally, to use the OCR + Facematch verification service, you should include a button element with the id attribute set to legitimuz-action-verify. This button is essential to start the verification process.
Ensure that these elements are present on the page before proceeding with the implementation of the above code.
Does your code have a different writing pattern? Don’t worry, you can change the element selector through the methods exported by the SDK.