Project Setup
Below are the steps to setup Accura Scan’s SDK in your project.
install Git LFS using command
install git-lfsAdd below pod in podfile
Bitcoded and Without Simulator
# 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'With Simulator and Not Bitcoded
# 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'Run
pod install
Note :- After the pod is installed, ensure to check the pod size as mentioned here
Solving pod issue (follow this step only if the pod size doesn’t match the size mentioned in point 3)
i. Clean the pod using
pod cleancommand ii. install Git LFS usinginstall git-lfscommand iii. Runpod install
Last updated