Buddhi Adhikari
Buddhi Adhikari
Hey did you guys found a solution to this? I'm getting the same error `Error: Socket closed at Object.fn [as uploadFiles] (NativeModules.js:99) at Object.uploadFiles (FS.common.js:594) at App.js:110 at JSTimers.js:250 at...
For me the issue was with the file URI that I get when I pick a file using from `react-native-fs`. Therefore, I used `npm install react-native-file-picker@latest --save` package for file...
@viktor2097 That's a great idea. I'm also trying to replace the Pytesseract sections with EasyOCR.
@naiveHobo yeah I tried that and faced the same issue and it was extremely slow with easyocr. I just edited the code to use Azure computer vision for now to...
WML supposed to fix the issue but for some reason it doesn't work for me
`$ ./build.py --use_ccache out_path None Rebuilding V8 Fetching dependencies. Traceback (most recent call last): File "./build.py", line 152, in main() File "./build.py", line 88, in main lib_fn = Rebuild() File...