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 ? 回答済み
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
Right now am using processFields Method .How to change it to processMRZ Method in my android application?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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".
サインインしてコメントを残してください。