You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project suddenly started to fail when attempting to OCR vision camera frames. It throws Frame Processor threw an error: Cannot read property 'result' of undefined... my code (removed all not related code to the issue):
Hi @aarongrider,
My project suddenly started to fail when attempting to OCR vision camera frames. It throws
Frame Processor threw an error: Cannot read property 'result' of undefined
... my code (removed all not related code to the issue):scanOCR(frame) is returning undefined instead of a OCR result... the weird thing is i haven't changed my code at all from when it was working.
I ran the example project on the repo and it has the same issue.
my dependencies:
my babel.config.js:
if you need the complete component code let me know. As im new to React Native I don't have the knowledge to check the library to find the issue
Thanks for the awesome library!
The text was updated successfully, but these errors were encountered: