Algorithm optimization for improved performance during the biometric capture process.
SDK adjustment to support pagination in 16 KB blocks.
Added a new document type for analysis: Passport.
Improvements to the confidence score calculation for analyzed documents.
Implementation of an automatic document rotation algorithm to enhance subsequent readability.
Implementation of an algorithm for cropping and centering, removing unnecessary elements from the captured image and centering the document in the final output.
Update to the instruction screen interface for facial biometric capture, aligning it with the iOS SDK experience.
Optimization of the frame selection algorithm with the highest potential for biometric quality, reducing the incidence of captures with closed eyes.
Correction in document capture on Android 15 devices, which introduced the edge-to-edge behavior, making the phone's navigation area overlay the SDK buttons.
Implementation of new internal layers of protection and security in the SDK functionalities.
Accessibility improvements:
The customization property cameraMessage.setNoFaceRoll is now replaced at runtime by the new properties cameraMessage.setFaceRollLeft and cameraMessage.setFaceRollRight for users with active screen readers, facilitating the correct positioning of visually impaired individuals during biometric capture.
The property cameraMessage.setFaceNoCenter has been deprecated and replaced by specific directional properties: cameraMessage.setFaceCenterLeft, cameraMessage.setFaceCenterRight, cameraMessage.setFaceCenterUp, and cameraMessage.setFaceCenterDown.
The properties cameraColor.setNeutralColor and cameraMessage.setStartMessage have been deprecated. From now on, the SDK starts facial biometric capture with the property cameraMessage.setNoFace and with the color cameraColor.setAlertColor for the oval and the frames of positioning messages.