Open Vadko opened 3 weeks ago
I think this is related to two issues in v4:
runAsync
has a memory problem: https://github.com/mrousavy/react-native-vision-camera/issues/3202You 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.
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.