Right now am using processFields Method .How to change it to processMRZ Method in my android application?
how to change the method to processMRZ Method ? Answered
Was this article helpful?
0 out of 0 found this helpful
Right now am using processFields Method .How to change it to processMRZ Method in my android application?
0 out of 0 found this helpful
Comments
1 comment
The processFields and the processMRZ method use different arguments.
We have a ready sample code for the processCheckmarkField method, which use the same argument as the processMRZ method: Android sample.
Just change all occurrences of "processCheckmarkField" to "processMRZ".
Please sign in to leave a comment.