-
Notifications
You must be signed in to change notification settings - Fork 5
Not working with vision camera v4 #6
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
Comments
I think this is related to two issues in v4:
You can try this demo to see if the cropped image is correct: https://github.com/tony-xlh/react-native-id-card-scanner |
Thanks for sharing this example - it works perfectly fine. However, when trying to put it together with document-normalizer plugin you created - it doesnt work because of DynamsoftCore version difference. Is it something that could be changed? |
I have to update the label recognizer plugin to make it compatibile with the document normalizer plugin. |
I've updated the two plugins to make them work together. |
many thanks for your update. are there any plans for new architecture? |
The new capture vision architecture is actually used under the hood. It's just the interface exposed is still the old. The new react native package uses the new architecture: https://www.npmjs.com/package/dynamsoft-capture-vision-react-native/v/2.4.2000-alpha.3 |
just tried latest label-recognizer - how are models supposed to be used now if |
The MRZ model is now included by default. |
I've installed library within my own project and there were 2 issues on ios (not tested android):
Then I've tried to clone example repo and result was the same. I assume that something is wrong with library specifically for v4, because v3 example worked perfectly in my case.
The text was updated successfully, but these errors were encountered: