コミュニティ

how to change the method to processMRZ Method ? 回答済み

Right now am using processFields Method .How to change it to processMRZ Method in my android application?

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    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".

    1

サインインしてコメントを残してください。