Skip to content
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

Is there any usage example? #1

Open
tcagkansokmen opened this issue Feb 5, 2021 · 2 comments
Open

Is there any usage example? #1

tcagkansokmen opened this issue Feb 5, 2021 · 2 comments

Comments

@tcagkansokmen
Copy link

I need to have an example workflow that; I open camera, camera detects MRZ fields and returns response.

@dvovk
Copy link
Owner

dvovk commented Feb 6, 2021

Hi @tcagkansokmen, I can't share the project where I use it but here is an example how you can use it
<MRZScanner style={{width:'100%', height:'100%'}} onPermissionResult={(res)=>{ console.log(res) }} onScanSuccess={(res)=>{ console.log(res) }} />

It depends on "Firebase/MLVision" and "Firebase/MLVisionTextModel" so need to setup it on main project

@erotundo
Copy link

Hi @dvovk needs any license or something for use the library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants