BlinkID / blinkid-android

Everything you need to add AI-driven ID scanning into your native Android app.
https://microblink.com/identity/identity-document-scanning/
445 stars 153 forks source link

Set Scanning Region on Android #179

Closed Nikola1994 closed 5 years ago

Nikola1994 commented 5 years ago

Hello, I found documentation about setting region on iOS but I couldn't find any documentation about setting scanning region in your android lib. So, my question is what are the parameters for method setScanningRegion and what they mean, first of all Rectangle and parameters in it, and also boolean value in this method?

Thanks, Nikola

i1E commented 5 years ago

Hi @Nikola1994,

here you can find Javadoc for RecognizerRunnerView.setScanningRegion method.

Nikola1994 commented 5 years ago

Thanks for helping me