-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React-Native API Documentation needed #150
Comments
Hi @hillkim Can you please tell me which issues are you experiencing while scanning the passport documents? Also, to which API JS documentation are you referring to? Regards, |
@mparadina Thanks for the feedback. I need to scan a passport, ID , Driver's License, a custom card (based on text recognition) and a number plate(also based on text recognition). I have gone through the example app with react-native but am not sure how I can access the specific methods that will help me decouple this into modules that can be used on separate scenarios (Scanning specific document at a time-let's say different onPress events). I just want to see a documentation of available recognizers and how to use them. Also, the API JS documentation am talking about is this |
Hi @hillkim You can find all of the available recognizers that you can implement in your BlinkID project here: Also, here is the link, which is located on our GitHub page for native platforms, to what is the purpose of each recognizer here and for what you can use them: Also, feel free to ask here or contact us directly at [email protected] in case of any additional inquiries. Regards, |
I have been struggling to get to use the available API
import * as BlinkIDReactNative from 'blinkid-react-native'
object to scan passport and other docs apart from ID card. If this can be added on read-me files. Also the link to API Js docs is misplaced. It links directly to code base.The text was updated successfully, but these errors were encountered: