regulaforensics / DocumentReader-Android

Android Framework for reading and validation of identification documents
64 stars 26 forks source link

Am using DocumentReader sdk #21

Closed Diandson closed 4 years ago

Diandson commented 4 years ago

I use that sdk for a week but today a got an error.

private DocumentReader.DocumentReaderCompletion completion = new DocumentReader.DocumentReaderCompletion() { ^ symbol: class DocumentReaderCompletion

vyakimchik commented 4 years ago

Hello. See the following issue: #19.

Diandson commented 4 years ago

Hi Sorry for late, i got this error this morning I try many to fix it in vein cause I created the issue hope someone help.

Le jeu. 11 juin 2020 à 14:23, Vladislav Yakimchik notifications@github.com a écrit :

Hello. See the following issue: #19 https://github.com/regulaforensics/DocumentReader-Android/issues/19.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/regulaforensics/DocumentReader-Android/issues/21#issuecomment-642691668, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZZBLECNTSNJDA7BEVZKC3RWDSF3ANCNFSM4N3OUQMA .

vyakimchik commented 4 years ago

DocumentReader.DocumentReaderCompletion was changed to IDocumentReaderCompletion.

The migration guide from v5.0 to v5.1 can be found here: https://docs.regulaforensics.com/android/migration-guide#completion.

Diandson commented 4 years ago

Ok I go try it

Le ven. 12 juin 2020 à 07:01, Vladislav Yakimchik notifications@github.com a écrit :

DocumentReader.DocumentReaderCompletion was changed to IDocumentReaderCompletion.

The migration guide from v5.0 to v5.1 can be found here: https://docs.regulaforensics.com/android/migration-guide#completion.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/regulaforensics/DocumentReader-Android/issues/21#issuecomment-643104270, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZZBLHVO3I4GGIBJGGXY3TRWHHFVANCNFSM4N3OUQMA .

Diandson commented 4 years ago

Seen about my error. I apply the migration settings but also the same thing

Le ven. 12 juin 2020 à 08:16, Mustapha Dianda mdianda.md@gmail.com a écrit :

Ok I go try it

Le ven. 12 juin 2020 à 07:01, Vladislav Yakimchik < notifications@github.com> a écrit :

DocumentReader.DocumentReaderCompletion was changed to IDocumentReaderCompletion.

The migration guide from v5.0 to v5.1 can be found here: https://docs.regulaforensics.com/android/migration-guide#completion.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/regulaforensics/DocumentReader-Android/issues/21#issuecomment-643104270, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZZBLHVO3I4GGIBJGGXY3TRWHHFVANCNFSM4N3OUQMA .

vyakimchik commented 4 years ago

Do you have the following import in your project: import com.regula.documentreader.api.completions.IDocumentReaderCompletion; ?

Diandson commented 4 years ago

Hi I fixed it!

Le ven. 12 juin 2020 à 08:30, Vladislav Yakimchik notifications@github.com a écrit :

Do you have the following import in your project: import com.regula.documentreader.api.completions.IDocumentReaderCompletion; ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/regulaforensics/DocumentReader-Android/issues/21#issuecomment-643146797, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZZBLADUQM2PQTJCWKDZOLRWHRUHANCNFSM4N3OUQMA .

vyakimchik commented 4 years ago

Great!