Project Setup
Below are the steps to setup Accura Scan’s SDK in your project.
Bitcoded and Without Simulator
With Simulator and Not Bitcoded
Last updated
Below are the steps to setup Accura Scan’s SDK in your project.
Last updated
# install the AccuraKYC pod for AccuraOCR, AccuraFacematch And AccuraLiveness
pod 'AccuraKYC', '4.2.0'# install the AccuraOCR pod for AccuraOCR only.
pod 'AccuraOCR', '4.0.7'# install the AccuraLiveness_FM pod for AccuraLiveness And AccuraFacematch both.
pod 'AccuraLiveness_FM', '4.3.8'# install the AccuraKYC pod for AccuraOCR, AccuraFacematch And AccuraLiveness
pod 'AccuraKYC_Sim', '4.2.0'# install the AccuraOCR pod for AccuraOCR only.
pod 'AccuraOCR_Sim', '4.0.7'# install the AccuraLiveness_FM pod for AccuraLiveness And AccuraFacematch both.
pod 'AccuraLiveness_FM_Sim', '4.3.8'