Tim Mun
                                            Tim Mun
                                        
                                    For anyone else who stumbles across this: you need to supply an `errorHandler` in the options dict when you initiate Tesseract. See below PR: https://github.com/naptha/tesseract.js/pull/368 Something like: ``` import {...
I'm running into the same issue... While the workaround above works for saving an image, it doesn't help much if you want to use the localSourceImagePath prop. The root issue...
After further digging it's almost certainly related to [this issue](https://github.com/facebook/react-native/issues/2948)
This was a long time ago so I can't remember exactly what the details of the problem were. But it looks like I fixed it in my fork of the...
I didn't fix for Android, it was one of those todo's that I never got around to
I didn't open one at the time and still don't think its a good idea because I'm not entirely sure why the fix works, and it was more of a...